mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 23:01:07 -04:00
Quartz sync: Jul 7, 2026, 10:58 PM
This commit is contained in:
9
content/snippets/microslop/exchange online.md
Normal file
9
content/snippets/microslop/exchange online.md
Normal 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.
|
||||
Reference in New Issue
Block a user