How to Connect Exchange Online PowerShell V3 Module Step by Step || 2023

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

This was very helpful. Worked perfectly thanks

samndiritu
Автор

still getting this message in yellow that talks about rest api backed exchange online cmdlets

averysahara