User Tools

Site Tools


wiki:connect_to_exchange_online_using_powershell

Check if Module is installed:

Get-Module -ListAvailable -Name ExchangeOnlineManagement

If no result returned, install module:

Install-Module -Name ExchangeOnlineManagement -Force

Connect to Exchange Online:

Connect-ExchangeOnline
wiki/connect_to_exchange_online_using_powershell.txt · Last modified: by wagner.jer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki