How to authenticate to Microsoft Graph from Azure DevOps Pipeline using Workload identity federation
Managed identity for Azure DevOps Pipeline? Yes please 馃槏
Mar 27, 20243 min read3.9K
Search for a command to run...
Articles tagged with #msgraph
Managed identity for Azure DevOps Pipeline? Yes please 馃槏
In my previous article, I've shown you, how to get the permissions required to run selected PowerShell code. Today I will focus on getting Microsoft Graph PowerShell SDK modules. The official Find-MgGraphCommand function, which retrieves the parent m...

Now that Microsoft Graph API is the main management tool for most of the Microsoft Cloud services, more and more admins will need to be able to work effectively with it. Graph API can be quite hard to understand, mainly the scope/permission part of i...

Creating Get-MgUser2 proxy function that returns ALL properties when '*' is used in the property parameter
