Connect to Exchange Online using Powershell
November 21, 2024•369 words
How to connect to Exchange Online PowerShell.
The main reason you will want to connect to Exchange Online PowerShell is to run specific commands to change attributes and enable/disable services.
So how to connect, first of all you have to run powershell on a Windows 10/11 pc as administrator.
After you reach the powershell command line the commands needed are as follows.
First of all we have to install Exchange Online Poweshell Module (Execute the following commands.)
Set-ExecutionPolicy R...
Read post