Forum Discussion
Dolinhas
Jun 04, 2021Brass Contributor
How to enable archive on-prem?
Hi Hybrid here, we create our mailboxes on-prem (Exchange 2013-no mailboxes on-prem) and let them sync up to the cloud. However for some reason some mailboxes are not showing on-prem anymore but ar...
- Jun 04, 2021
did you run this in onprem exchange shell?
Enable-RemoteMailbox "user name here" -Archive
This supposed to create archive mailbox in O365.
amitmtank
Jun 04, 2021Copper Contributor
Running Enable-RemoteMailbox with -Archive in Onprem Exchange Powershell will create archive mailbox directly in O365.
Example #2 @ https://docs.microsoft.com/en-us/powershell/module/exchange/enable-remotemailbox?view=exchange-ps#example-2
Example #2 @ https://docs.microsoft.com/en-us/powershell/module/exchange/enable-remotemailbox?view=exchange-ps#example-2
- DolinhasJun 04, 2021Brass Contributor