Powershell to the list of mailboxes which are never logged in
Posted by Krishna - MVP on June 2, 2009
Powershell command to get the list of mailbox which was never logged in
Get-MailboxStatistics | where {$_.Lastlogontime -eq $null } | Select displayName
Like this:
Be the first to like this post.
This entry was posted on June 2, 2009 at 2:07 pm and is filed under Exchange 2007, Powershell.
Tagged: Mailbox, Never logged in, Powershell. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.