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 ??

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,483 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,345 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,330 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,301 Reputation points
    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful