Microsoft 365
On this put up, I’m going to stroll you thru putting in the brand new Entra ID module so you possibly can handle your Microsoft 365 cloud with PowerShell. It solely takes a couple of instructions—tremendous easy. Let’s dive in!
Step 1
Set up the Microsoft Entra Module.
Set up-Module -Title Microsoft.Entra -Repository PSGallery -Scope CurrentUser -Power -AllowClobber
Step 2
Change the Execution Coverage, if wanted.
Set-ExecutionPolicy -Scope Course of -ExecutionPolicy RemoteSigned -Power
Step 3
Connect with Entra.
Step 4 (really helpful)
Run a couple of instructions to ensure every little thing is ok.
Get-EntraUser
Get-Command -Module Microsoft.Entra.Customers
Printed by

