Quartz sync: Jul 7, 2026, 10:58 PM

This commit is contained in:
Pax
2026-07-07 22:58:49 -04:00
parent bac90ae0a3
commit 52bf85dd31
12 changed files with 974 additions and 39 deletions

View File

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