Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $dbs = Get-MailboxDatabase
- $dbs | foreach {Get-MailboxStatistics -Database $_.DistinguishedName} | where {$_.DisconnectReason -eq "Disabled"} | Format-Table DisplayName,Database,DisconnectDate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement