Published 4 files

This commit is contained in:
Quartz Syncer
2026-07-07 22:06:05 -04:00
parent 6beb3b8069
commit a75ad2126b
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
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.