Login to mf-az-dc-02 

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

 

image


To check assigned Quota and Warning Treshold.


Get-Mailbox vgodse@mayfield.com | FL Archive*Quota,AutoExpandingArchiveEnabled

image


Thanks,

Audel