💡 Entra PowerShell is out!! 🥳

We can go back to writing nifty one liners like this 💖

Get-EntraApplication -All | Get-EntraApplicationExtensionProperty | fl

Here are some quick links to remember.

→ http://aka.ms/Entra/PS
→ http://aka.ms/Entra/PS/issues

Microsoft Entra PowerShell documentation - Microsoft Entra PowerShell

Learn about Microsoft Entra PowerShell and how you can use it to manage identities at scale and automate bulk administrative tasks in Microsoft Entra.

@merill not kidding, I was going to look into the module, because I need to report on assigned security attributes on applications. Thank you!

@merill why? Looking at the code it appears to be an extremely thin wrapper around graph?

This is going to make finding docs harder as things are now split between two modules.

Also example code seems kinda broken with two Connect calls at the start https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.entra/get-entraroleassignment?view=entra-powershell

Get-EntraRoleAssignment (Microsoft.Graph.Entra)

This article provides details on the Get-EntraRoleAssignment command.

@Paxxi

The initial release is mostly to help folks migrating from Azure AD PowerShell to Graph. That's why the thin wrapper. The long term plan is to add scenario specific cmdlets.

We will continue to invest in Graph PowerShell SDK, improving docs and adding pipelining support etc..

Good catch on the double connect. Tx.