Saturday 29 June 2013

How to view the Archive Mailbox Information using Shell Command

To view the details of a mailbox using shell command we will use the Get-Mailbox commandlet, but how to view the details of the Archive Mailbox properties?

Use the below shell command to view the Archive Mailbox properties in Exchange Server 2010 and Exchange Server 2013
Get-Mailbox -Idenity "Mailbox Name" -Archive | fl
To view the Remote Archive Mailbox information, use the below shell command
Get-Mailbox -Idenity "Mailbox@DomainName.com" -RemoteArchive | fl

No comments:

Post a Comment