How Enable Auto Expanding Archive for O365 Mailbox

Опубликовано: 03 Март 2026
на канале: ViTech
15,208
141

Tutorial on best way to enable Auto-Expanding Archive for your Office365 Mailbox.
Step1)D/L https://www.powershellgallery.com/pac...
Step2) Connect to Exchange Online PowerShell
Run command: Import-Module ExchangeOnlineManagement
Step3) Run:
Connect-ExchangeOnline -UserPrincipalName [email protected]
Step 4)run Enable-Mailbox "user mailbox" -AutoExpandingArchive
Step5) Check if its enabled Finale check
Get-Mailbox "user mailbox" | FL AutoExpandingArchiveEnabled