Comments on: Powershell to the list of mailboxes which are never logged in/2009/06/02/powershell-to-the-list-of-mailboxes-which-are-never-logged-in/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminMon, 02 Mar 2020 23:42:19 +0000hourly1http://wordpress.com/By: Éric/2009/06/02/powershell-to-the-list-of-mailboxes-which-are-never-logged-in/#comment-23730Mon, 02 Mar 2020 23:42:19 +0000/?p=488#comment-23730Didn’t work as is. I used this instead: get-mailbox | Get-MailboxStatistics | where {$_.LastLogonTime -eq $null} | select DisplayName

]]>