Share via

PowerShell Commandlet and GraphAPI

Manvendra Bele 21 Reputation points
2021-04-06T09:03:53.857+00:00

Does this command - Get-AzureADMSPrivilegedResource use MS Graph API in backend ??

Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

AmanpreetSingh-MSFT 56,971 Reputation points Moderator
2021-04-07T08:34:18.953+00:00

Hi @Manvendra Bele · 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.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.