Connect Power Shell to O365 Exchange Management Shell
(these two steps need be done only once per pc)
- Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5
- Import-Module ExchangeOnlineManagement
If error during step 2..
- Get-ExecutionPolicy
- Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Then connect
- Connect-ExchangeOnline
Enable archive process
- Get-Mailbox
- get-mailboxLocation -user <user>@freeholdcartage.com | fl mailboxGuid,mailboxLocationType
- Start-ManagedFolderAssistant -Identity <PrimaryGuidId>
It should start processing with a minute or two