Please follow the below-given steps:
Connect to Exchange Online
1. On your local computer, open Windows PowerShell and run the following command.
-------------------------------------------------
$UserCredential = Get-Credential
-------------------------------------------------
2. Run the following command:
----------------------------------------------------------------------------------------------------------------------------------------
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -DisableNameChecking
--------------------------------------------------------------------------------------------------
Start-Managed Folder Assistant
3. Run the following command:
--------------------------------------------------------
Start-ManagedFolderAssistant -Identity "Chris"
----------------------------------------------------------------------
NOTE - Use the Start-ManagedFolderAssistant cmdlet to immediately start messaging records management (MRM) processing of mailboxes that you specify.
For any further queries, you can reach us by creating a new ticket at Foetron Support Portal or you can directly call us on our support helpline number +91-124-4506200
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article