Steps to find out the mailbox size in powershell.
Hello Techies, I am new to powershell. I am trying to find out mailbox size but I didn’t get the steps to do it. Can you help me with this?
Hello Techies, I am new to powershell. I am trying to find out mailbox size but I didn’t get the steps to do it. Can you help me with this?
Syntax :
Get-MailboxStatistics
-Database <DatabaseIdParameter>
[[-StoreMailboxIdentity] <StoreMailboxIdParameter>]
[-CopyOnServer <ServerIdParameter>]
[-DomainController <Fqdn>]
[-Filter <String>]
[-IncludeMoveHistory]
[-IncludeMoveReport]
[-IncludeQuarantineDetails]
[-NoADLookup]
[<CommonParameters>]
Examples:
Gives the mailbox statistics of the user mailbox Chethan
b)Get-MailboxStatistics -Server MailboxServer03
Gives the mailbox statistics of the mailboxes running on the server MailboxServer03
c)Get-MailboxStatistics -Identity Chethan -IncludeMoveHistory | Format-List
Gives the summary of move history for the completed move request for the user Chethan