With de following powershell command you create automatically archive mailbox for a user in a specified mailbox database
Get-Mailbox -Database MB1 | Enable-Mailbox -ArchiveĀ -ArchiveDatabase MB3
This is very when you want to create a lot of archive mailboxes in one time
You must log in to post a comment.