💡 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.
💡 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.
@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
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.