Starts the Managed Folder Assistant for a mailbox.
The Start-CIPPManagedFolderAssistant function starts a Managed Folder Assistant process for a specified mailbox in Exchange Online. This can be used to process retention policies and tags.
![]()
![]()
The identity of the mailbox for which to start the Managed Folder Assistant. This can be the primary SMTP address or any other Exchange identity format.
![]()
![]()
The tenant ID where the mailbox resides. This is required to identify the correct Exchange Online environment.
PS > Start-CIPPManagedFolderAssistant -Identity "user@contoso.com" -CustomerTenantID "tenant-id"