Wednesday, September 28, 2022

Get In-Place Archive status and export In-Plce archive mailbox to a path

Get USers who have in-place archive Online archive is enabled

Get-Mailbox "username" | Format-List *Archive*


Convert in-plce archve to PST

New-MailboxExportRequest -Mailbox Username -FilePath "\\192.168.10.14\PST\user_Archive.pst" -IsArchive



No comments:

Post a Comment