1. Find user in Exchange


2. On the Mailbox tab, click Manage mailbox policies under Retention policy.


3. Make sure the Default MRM Policy is selected under Retention Policy


4. Give yourself access to mailbox temporarily.


5. Open mailbox in owa.


6. Right click Folders, choose assign policy, select the appropriate option to make sure items of a certain age are archived (this will trickle down to the the subfolders).


7. Remove access to the mailbox.

NOTE: if using PowerShell. You need these modules imported and connected too:

PS E:\Scripts> Import-Module ExchangeOnlineManagement


PS E:\Scripts> Connect-ExchangeOnline


----------------------------------------------------------------------------------------

This V3 EXO PowerShell module contains new REST API backed Exchange Online cmdlets which doesn't require WinRM for Client-Server communication. You can now run these cmdl

ets after turning off WinRM Basic Auth in your client machine thus making it more secure. 


Unlike the EXO* prefixed cmdlets, the cmdlets in this module support full functional parity with the RPS (V1) cmdlets.


V3 cmdlets in the downloaded module are resilient to transient failures, handling retries and throttling errors inherently. 


REST backed EOP and SCC cmdlets are also available in the V3 module. Similar to EXO, the cmdlets can be run without WinRM basic auth enabled. 


For more information check https://aka.ms/exov3-module


The latest EXO V3.7 module is released which includes significant memory improvements. You’re currently using an older version and we recommend upgrading to V3.7 for enha

nced performance.

----------------------------------------------------------------------------------------



8. From EW-ITMANAGEMENT - open PowerShell with admin rights and run the following command: Start-ManagedFolderAssistant -Identity "Curt Peitzman"

*Substitute Curt's name for the user that you are needing to do this for!


9. Monitor the mailbox size inside Exchange Admin over the next couple hours to make sure the usage goes down.


NOTE for auto-expanding a user archive folder. To give the 1.5tb extra. You need to run this command after you load modules above.

Enable-Mailbox [email protected] -AutoExpandingArchive        Note: change the name of the user you are working with.

Then run

Start-ManagedFolderAssistant -Identity "Nicole Kreeger"