Exporting last logon time of User's with Aliases
Get-Mailboxstatistics -server Mailbox Server Name | select-object DisplayName, LastLoggedOnUserAccount , LastLogonTime | export-csv c:\file Name.csv
Regards,
Diwakar Sharma
Get-Mailboxstatistics -server Mailbox Server Name | select-object DisplayName, LastLoggedOnUserAccount , LastLogonTime | export-csv c:\file Name.csv
Regards,
Diwakar Sharma