How to trigger online archive mailbox when online archive is not working

Created by Old Tickets Krishna, Modified on Fri, 10 Apr, 2020 at 7:54 PM by Krishna Chaurasia

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-ManagedFolderAssistant




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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article