mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 23:01:07 -04:00
13 lines
316 B
Markdown
13 lines
316 B
Markdown
---
|
|
publish: true
|
|
title: Exchange Online
|
|
created: 2026-07-07T22:03:31.074-04:00
|
|
modified: 2026-07-07T22:05:08.080-04:00
|
|
---
|
|
|
|
```powershell
|
|
Get-Mailbox -Filter {AccountDisabled -eq $false} | Start-ManagedFolderAssistant -FullCrawl
|
|
```
|
|
|
|
Run the **Managed Folder Assistant** for all the active mailboxes in the tenant.
|