Does this command - Get-AzureADMSPrivilegedResource use MS Graph API in backend ??
Does this command - Get-AzureADMSPrivilegedResource use MS Graph API in backend ??
Hi @ManvendraBele-4908 · Thank you for reaching out.
Yes, this cmdlet does use MS Graph API in the backend. If you run Get-AzureADMSPrivilegedResource -ProviderId AzureResources cmdlet, the graph call used in the backend is:
https://graph.microsoft.com/beta/privilegedAccess/AzureResources/resources
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
10 people are following this question.