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

`Connect-Entra` is missing the ` -SendCertificateChain` parameter. It should be in the `AppCertificateParameterSet` parameter set. `-ContextScope` parameter is not type casted (it should be casted as `[Microsoft.Graph.PowerShell.Authentication.ContextScope]`). Therefore, you cannot...

ToTriage
Triaged
Investigating

The Install-Dependencies script currently installs the AzureAD module and all required module dependencies, even if they are already installed. This takes about 2.5 minutes on average in my testing. The...

P2
Triaged

**Describe the bug** If I start a brand new PS console and connect using for example the Scope Group.Read.All... Connect-Entra -TenantId xxxx -Scopes Group.Read.All And then look at my Context...

documentation
P2
Triaged

**Describe the feature** It should work the same way as in MgGraph: `(Find-MgGraphCommand -Command 'Get-MgUser').Permissions` Example: `(Find-EntraCommand -Command 'Get-EntraUser').Permissions` **How will this feature enhance your project and further the project’s...

P1
Triaged

**Describe the feature** Add the "Pagesize" parameter to increase the result limit for pagination, for Graph is 999 elements **How will this feature enhance your project and further the project’s...

enhancement
ToTriage
P0
Triaged

PR to revert the erroneous commit to main.