How to Connect Exchange Online Using Powershell | #exchange #m365

preview_player
Показать описание
Dear Friends: Greetings from My Channel. I will show how to connect Exchange Online using PowerShell command. Please note the 2FA is enabled for my user and the procedure is a little different than basic authentication.

This Video contains instructions for how to connect to Exchange Online PowerShell using the Exchange Online PowerShell module

The Exchange Online PowerShell module uses modern authentication for connecting to all Exchange-related PowerShell environments in Microsoft 365: Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell.

####### Exchange Online Module Installation commands #######

Install-Module ExchangeOnlineManagement
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Рекомендации по теме