entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
`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...
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...
**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...
**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...
**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...
PR to revert the erroneous commit to main.