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

Find-EntraBetaCommand/Find-EntraCommand extracts the details of a given Cmdlet or Graph API Uri that includes the Command name, Module, Uri, Method, OutputType, and Permissions. Implementation details Proposed Solution: 1. We maintain...

It looks like Entra PowerShell is going into another extreme compared to the Microsoft.Graph that's famous for almost nonexistent pipeline support. Let's look, for example, at the `Get-EntraUser` and `Get-EntraGroup`...

P1
Investigating

### Customer feedback: **Error**: Get-EntraUser: Cannot evaluate parameter 'Filter' because its argument is specified as a script block and there is no input. A script block cannot be evaluated without...

PM
Investigating
P3

For example, `Set-EntraUser -ObjectId $diegoId -AgeGroup $null` fails. `$null` is converted to: ``` { "ageGroup": "" } ``` instead of: ``` { "ageGroup": null } ``` I assume we will...

ToTriage
P1
dependency:graph-api-backend

Customer feedback: I was unable to return all records with the all parameter (for example with Get-EntraUser). I tried changing the top parameter to 20000 which did return 20000 users...

P0
Triaged

**Command used:** `New-AzureADMSAdministrativeUnit -DisplayName "YuWes Admin Unit" -Description "YuWes Dynamic Membership Admin Unit" -MembershipType "Dynamic" -MembershipRuleProcessingState "On" -MembershipRule '(user.country -eq "United States")' ` **Error:** New-EntraMSAdministrativeUnit : A parameter cannot be...

ToTriage
P2
Triaged
beta-to-v1.0-gap

**Command Used:** `Set-AzureADMSAdministrativeUnit -Id $adminUnit.Id -MembershipRule '(user.country -eq "Germany")'` **Error:** Set-EntraMSAdministrativeUnit : Cannot bind argument to parameter 'Id' because it is an empty string. At line:1 char:37 + Set-AzureADMSAdministrativeUnit -Id...

ToTriage
P2
Triaged
beta-to-v1.0-gap

It doesn't matter which Entra command I run after Connect-MgGraph, its execution is extremely slow. 45-50 seconds. When I run it for the second time, it runs fast as expected.

ToTriage
P0
performance

**Error:** Set-EntraMSGroup : A parameter cannot be found that matches parameter name 'MembershipRuleProcessingState'. At line:16 char:71 + ... oupTypes $groupTypes.ToArray() -MembershipRuleProcessingState "On" -M **Script used/source**: https://learn.microsoft.com/en-us/entra/identity/users/groups-change-type > Invoking the function:...

ToTriage
P2
Triaged
beta-to-v1.0-gap

### Error: Update-MgUserExtension : A parameter cannot be found that matches parameter name 'ExtensionValue'. ### Command Used: `Set-AzureADUserExtension -objectid d231d93a-bce5-4062-9bd7-700a8710b36c -ExtensionName "extension_32c48132b9f2431dbafd5e1d32582b1f_jobGroup" -ExtensionValue "L667"` ### Script Source: https://github.com/MicrosoftDocs/entra-docs-pr/blob/main/docs/identity/app-provisioning/user-provisioning-sync-attributes-for-mapping.md ### Script:...

ToTriage
P2
Graph API gap
Triaged