Skip to main content

Install Exchange Online (EXO) v3 PowerShell module


Install Exchange Online (EXO) v3 PowerShell module

 

# Set execution policy
Set-ExecutionPolicy RemoteSigned
 
# Install Exchange Online powershell
Install-Module -Name ExchangeOnlineManagement
 
# Update Exchange Online powershell
Update-Module -Name ExchangeOnlineManagement
 
# Connect to Exchange Online
Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.com
 
# Disconnect from Exchange Online
Disconnect-ExchangeOnline

 

Reference:
https://learn.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2


Filter articles by tag