mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 23:01:07 -04:00
9 lines
235 B
Markdown
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. |