entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
**Describe the bug** A customer reported via the UUF triage app that "Example 8 does not work for user name password this is incorrect" in https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.entra/connect-entra. ASK: Can you please...
Entra PowerShell commands use the "Set" verb for changes. There is no reason to mix "Set" and "Update" for the following commands. ```powershell Set-EntraUserPassword Set-EntraBetaUserPassword Update-EntraSignedInUserPassword Update-EntraBetaSignedInUserPassword ```
**Describe the feature** A clear and concise description of this feature. Please describe what the feature does. You’ll be asked why it is important later. Customer feedback: It would also...
**Describe the feature** People usually use not only one but several PowerShell modules, which often cause assembly conflicts depending on the order the modules were loaded or used. Developers of...
Usability Params for 'Set-EntraBetaUserLicense' and 'Set-EntraBetaUserPassword'
# Changes Automated test suite that validates all 18 Entra and EntraBeta PowerShell modules can be successfully imported in both PowerShell 5.1 and PowerShell 7+. ### What It Tests -...
# Changes A much requested for change is to remove the pinning of Graph PowerShell from v2.25 to allow users to use the latest version of MS Graph installed in...
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...
Would be cool if Entra PowerShell makes it easy to generate a PoP Token for scenarios that requires it such as... https://learn.microsoft.com/en-us/graph/api/serviceprincipal-addkey?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/serviceprincipal-removekey?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/application-addkey?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/application-removekey?view=graph-rest-1.0&tabs=http Example script... ```powershell function New-EntraPoPToken...
It does not work with the latest Graph Version