HI,
My powershell script is connected to Graph API using a secretkey.
Modules Microsoft.Graph.Authentication and Microsoft.Graph.Identity.DirectoryManagement are imported.
use application permissions Organization.Read.All, Directory.Read.All, Organization.ReadWrite.All, Directory.ReadWrite.All
Get error "Get-MgOrganization : Authentication needed, call Connect-MgGraph" when running my script
Best regards