question

ManvendraBele-4908 avatar image
0 Votes"
ManvendraBele-4908 asked saldana-msft edited

PowerShell Commandlet and GraphAPI

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

azure-active-directorywindows-server-powershellmicrosoft-graph-sdk
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
1 Vote"
amanpreetsingh-msft answered ManvendraBele-4908 commented

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

How can we look at he backend code of this Commandlet ?

0 Votes 0 ·