Files
paxad/content/snippets/microslop/exchange online.md
2026-07-07 22:58:49 -04:00

9 lines
235 B
Markdown

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