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

Removed a trailing period character at the end of the title name leading to build warning.

Ready For Review
P0

**Describe the feature** I would like to extend the functionality of the `Get-EntraApplication` cmdlet to list either **App Registrations** or **Enterprise Applications** within an Entra Tenant. To achieve this, a...

enhancement
P1
Triaged
usability

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
usability

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

P1
Graph API gap
Blocked

While I've worked with Entra PowerShell, Visual Studio code has crashed. After starting a new session, Entra PowerShell command couldn't run. It failed with the "Assembly with same name is...

ToTriage
P1
Investigating

Finding Entra commands with Get-Command is very slow compared to other commands. After starting fresh, new PowerShell session: ```powershell PS C:\> h Id Duration CommandLine -- -------- ----------- 1 3.391...

ToTriage
P1
performance

AzureAD commands use the `-ObjectId` parameter. Microsoft Graph PowerShell commands use the specific parameter names like `-UserId`, `-GroupId`... Add parameter aliases when it's appropriate, so that users can run: ```powershell...

ToTriage
Triaged

The current build script installs all required module dependencies, even if they are already installed. This only installs them if they are missing or not using the required version. The...

Ready For Review
P0