--- title: Exchange Online publish: true --- ```powershell Get-Mailbox -Filter {AccountDisabled -eq $false} | Start-ManagedFolderAssistant -FullCrawl ``` Run the **Managed Folder Assistant** for all the active mailboxes in the tenant.