entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
Removed a trailing period character at the end of the title name leading to build warning.
**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...
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...
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...
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...
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...
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...
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...