entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
Update-EntraGroup - WhatIf experiment + Pre-requisites checks (logged in user, installed module)
When executing the Install-Module, an error is thrown indicating that the catalogue has not been security signed and install fails. Thanks for reporting the bug. Please ensure you've gone through...
**Customer verbatim:** Hello, I'm working on behalf of a client that has a local ADLDS implementation, they use powershell to create and update users in Azure. Recently they asked me...
Adding zero-trust assessments samples
Experiment: Set-EntraAppRoleToApplicationUser **Scenario:** - Create application and service principal if they don't exist. - Create user if they don't exist. - Create an App Role if one does not exist....
When piping Get-EntraGroupMember through Where-Object to exclude elements, those elements are not excluded when using the -notmatch or -notcontain parameters. When using '! with -contains' the elements are properly excluded....
### Current Challenge: Entra PowerShell doesn't currently support `Advanced queries` because it was skipped to prioritize migrating Azure AD module commands. ### Why it matters: Supporting advanced queries in Entra...
### What is Access token proof of possession? Access Token Proof of Possession (AT PoP) adds security by requiring the client to prove it holds a specific cryptographic key linked...
### Current Challenge: For most navigational commands like a user's manager or sponsor, Microsoft Graph PowerShell returns minimal output (only Id and deletedDateTime), which is not user-friendly. Customers expect Entra...