Connect to Exchange Online: Connect-ExchangeOnline Retrieve Users with Licenses: Use the Get-MsolUser cmdlet to retrieve […]
Office 365 Powershell Enable Auto Expanding
Connect to Exchange Online: Connect-ExchangeOnline Enable Auto-Expanding Archiving: Use the Enable-Mailbox cmdlet to enable auto-expanding […]
Install Office 365 (Exchange) module on Powershell
Install PowerShellGet: Install-Module PowerShellGet -Scope CurrentUser Update PowerShellGet: Update-Module PowerShellGet -Scope CurrentUser Install Exchange Online […]
Office 365 Install Exchange online and Force Archive with Powershell
Step 1: Install the Exchange Online Management Shell module Install-Module ExchangeOnlineManagement Step 2: Import the […]