Forum Discussion

dannytveria's avatar
dannytveria
Copper Contributor
Apr 25, 2021

Export last log on more 90 days Office 365

Hi, I'm trying to export csv file, with users that not logged on more then 90 days. I tried to run this script:   Get-Mailbox -RecipientType 'UserMailbox' | Get-MailboxStatistics | Sort-Object La...

Resources