entra-powershell icon indicating copy to clipboard operation
entra-powershell copied to clipboard

Microsoft Entra PowerShell

Results 118 entra-powershell issues
Sort by recently updated
recently updated
newest added

**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...

ToTriage

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 ```

enhancement
P0

**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...

enhancement
ToTriage
P2
Feature

**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...

enhancement
P0
Triaged

Usability Params for 'Set-EntraBetaUserLicense' and 'Set-EntraBetaUserPassword'

P0

# 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...

ToTriage

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

ToTriage
Feature
Graph PowerShell Dependency

It does not work with the latest Graph Version

ToTriage
Graph PowerShell Dependency