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

Is there a reason why Microsoft.Entra.Users has 3 direct dependencies (Microsoft.Graph.Users, Microsoft.Graph.Users.Actions, and Microsoft.Graph.Users.Functions)? That makes the first execution of, for example, Get-EntraUser (15.5 seconds) significantly slower than Get-MgUser (3.5...

ToTriage

Cmdlet renaming to fit future looking Microsoft Graph naming: - `Add-EntraScopedRoleMembership` to `New-EntraScopedRoleMembership` - `Add-EntraAdministrativeUnitMember` to `New-EntraAdministrativeUnitMember`

Formatting of the error messages of some Entra commands is broken. Compare: `Get-EntraGroup -Top 0` to `Get-MgGroup -Top 0` `Get-EntraApplication -Top 0` to `Get-MgApplication -Top 0` `Get-EntraServicePrincipal -Top 0` to...

P1
Triaged

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
P1
Investigating

**Describe the feature** A time out parameter for scenarios where we want to limit paged results. **How will this feature enhance your project and further the project’s overall goals? Who...

ToTriage

`Set-EntraUserPassword` and `Set-EntraBetaUserPassword` commands are not changing user's password. They are changing a password profile. Accurate names should be `Set-EntraUserPasswordProfile` and `Set-EntraBetaUserPasswordProfile` Parameter names are also misleading and not in...

enhancement
P0

**Describe the bug** UUF customer feedback on https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.entra/get-entragroup?view=entra-powershell: "What kind of properties will it get? Do we have to go into . GroupDetails or #microsoft.graph.group odata types?" ASK: Can you...

Triaged

Hi there, Get-EntraGroupOwner shows users but not service principals. This looks very similar to this issue that was reported for Get-EntraGroupMember here: https://github.com/microsoftgraph/entra-powershell/issues/882 And was fixed by: https://github.com/microsoftgraph/entra-powershell/pull/963 **Module Version**...

ToTriage

**Describe the bug** A customer reported via the UUF triage app: "horrible, nothing works, output is different, how can you declare Hint, if this gets generated by the command? overall...

ToTriage

**Describe the bug** A customer reported via the UUF triage app that running the Get-EntraExtensionProperty cmdlet returns the below error: "_Error for this cmdlt: PS C:\Users\tsiadmin> Get-EntraExtensionProperty Get-MgDirectoryObjectAvailableExtensionProperty: The 'Get-MgDirectoryObjectAvailableExtensionProperty'...

ToTriage