July 2017
Intermediate to advanced
648 pages
31h 9m
English
The following command will retrieve a list of mailboxes that have not been logged on to in over 90 days:
Get-Mailbox -ResultSize Unlimited | ? { `(Get-MailboxStatistics $_).LastLogonTime -and `(Get-MailboxStatistics $_).LastLogonTime -le `(Get-Date).AddDays(-90)}
Read now
Unlock full access