How to create an user overview, incl mailbox and mailbox guidGet-MailboxStatistics -server 'xch01.dmain.local' | Select DisplayName, Database, LastLoggedOnUserAccount, ItemCount, TotalItemSize, LastLogonTime, LastLogoffTime, MailboxGUID | Export-CSV c:\scripts\mailbox-server-xch01-8-4-2012.csv Full ...
Lees meer...