http://smtpport25.wordpress.com/2009/06/02/powershell-to-the-list-of-mailboxes-which-are-never-logged-in/
Powershell command to get the list of mailbox which was never logged in
Get-MailboxStatistics | where {$_.Lastlogontime -eq $null } | Select displayName