Forum Discussion
Chris Stewart
May 23, 2018Brass Contributor
Enable-RemoteMailbox -Archive Parameter set cannot be resolved
https://docs.microsoft.com/en-us/powershell/module/exchange/federation-and-hybrid/enable-remotemailbox?view=exchange-ps documentation, see Example2, seems to suggest the following command should work...
Jerry Meyer
May 28, 2018Iron Contributor
If im right you should just load in exchange online PowerShell. Next up you just hit
Enable-Mailbox "Jerry Meyer" -Archive
To check if this has worked type in.
Get-Mailbox "Jerry Meyer" | FL Name,*Archive*
https://technet.microsoft.com/en-us/library/jj984357(v=exchg.150).aspx