Setup Auto Expanding Archive
From Exchange Admin center console, make sure that the user has Mailbox Archive enabled. Once confirmed you can proceed with instructions below.
Login to mf-az-dc-02 or connect to powershell via Exchange Admin Center
Run powershell as administrator.
Run command below to connect to Office 365 Exchange Admin center via Powershell
connect-exchangeonline
Select Office365Admin account
In this case we are using Vikram as an example.
Run commands:
Enable-Mailbox vgodse@mayfield.com -AutoExpandingArchive
to confirm: Get-Mailbox vgodse@mayfield.com | FL AutoExpandingArchiveEnabled
To check assigned Quota and Warning Treshold.
Get-Mailbox vgodse@mayfield.com | FL Archive*Quota,AutoExpandingArchiveEnabled
Thanks,
Audel