entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
## Describe the bug I am trying to add and remove device owners using Add-EntraDeviceRegisteredOwner and Remove-EntraDeviceRegisteredOwner. But I am getting "Insufficient privileges to complete the operation." This is despite...
I am attempting to execute [New-EntraApplicationKeyCredential](https://learn.microsoft.com/en-us/powershell/module/microsoft.entra/new-entraapplicationkeycredential?view=entra-powershell), following the documentation as written. ## To Reproduce I am attempting to upload a certificate, strictly following the steps in the documentation. Executing this...
**Describe the bug** **Summary** The Get-EntraDirectoryObjectOnPremisesProvisioningError outputs an array of hashtables with insufficient information. There are 4 main issues with the output of this cmdlet: 1. Confusing output 2. Missing...
## Describe the feature `Get-EntraUser` is currently unable to filter (`-Filter`) on the _onPremisesImmutableID_ property. `Get-MgUser` is able to do this, though. Example of filtering using Get-MgUser: `Get-MgUser -Filter "onPremisesImmutableId...
## Describe the bug ```ps1 Install-Module Microsoft.Entra Install-Module Microsoft.Graph ``` The above fails, and the `-AllowClobber` parameter only postpones the installation error until module load-time or execution time. If any...
Description This is a small POC PR which introduces using .psmx1 formating file to improve console display for our commands. It defines a table view by default, that shows the...
When running the command we can see the "parameter" _however doesn't accepted. Remove-MgBetaUserExtension : A parameter cannot be found that matches parameter name 'ExtensionName'. At C:\Program Files\WindowsPowerShell\Modules\Microsoft.Entra.Beta.Users\1.0.6\Microsoft.Entra.Beta.Users.psm1:2486 char:48 + $response...
In-box and online help for the `Get-EntraUserGroup` command are having incomplete syntax section and some parameters are missing. Description of `-UserId` and `-Filter` is missing. Example is missing to explain...