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
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 | flTo view the Remote Archive Mailbox information, use the below shell command
Get-Mailbox -Idenity "Mailbox@DomainName.com" -RemoteArchive | fl
No comments:
Post a Comment