How to setup PowerShell module to connect Exchange Online

preview_player
Показать описание
Important:
You must be a Global Administrator to perform these actions.

The first step is to install the Module using the below command:

Install-Module -Name ExchangeOnlineManagement

Next command will be:

Set-ExecutionPolicy RemoteSigned

Next command will be:

Import-Module ExchangeOnlineManagement

Next command will be:

Set-ExecutionPolicy RemoteSigned

Next command will be:

$UserCredential = Get-Credential

Enter Global Administrator credentials.

And the last command will be:

Connect-ExchangeOnline

Enter Global Administrator credentials and you are in...

🚀Check out these products on Amazon:

Disclosure: This description contains affiliate links, which means that if you click on one of the product links and make a purchase, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!

More Videos:

Рекомендации по теме
visit shbcf.ru