Get-MailboxStatistics to export Mailbox size in Exchange Powershell
Open Exchange Management Shell and Run below
get-mailbox -resultsize unlimited |Get-MailboxStatistics | ft DisplayName,AttachmentTableTotalSize,DatabaseName,LastLogonTime,IsValid > C:\test.txt
No comments:
Post a Comment