How To Connect To Microsoft Graph API Using PowerShell

Ftr21

Note You need install Microsoft Graph modules only once. In the next time, run Connect-MgGraph to connect to Microsoft Graph. 1️⃣ Open Windows PowerShell as administrator then run the following commands: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force Install-PackageProvider -Name NuGet -Force Install-Module…