msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug When used together, `-Top` and `-PageSize` return incorrect number of items when $topValue cannot be divided by $PageSizeValue without a remainder. ```powershell # it returns 4...
### Describe the bug Hi, Please note that this is the same issue as https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2677 (and https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2689), which was closed as completed due to author inactivity. The bug arises when...
### Describe the bug Unable to use the parameter **-All** with the command **Get-MgPlaceAsRoom** or **Get-MgBetaPlaceAsRoom** There is no error at execution but this command return only the 100 first...
### Describe the bug `Get-MgUserAuthenticationMethodCount` throws 400 bad request error.  Is this cmdlet available? It is listed in the Microsoft Graph PowerShell documentation, which you can find [here](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationmethodcount?view=graph-powershell-1.0) ###...
### Describe the bug Find-MgGraphCommand doesn't recognize Connect-MgGraph, Disconnect-MgGraph, and a bunch of other commands as valid Microsoft Graph PowerShell commands. ### Expected behavior It should return info about all...
### Describe the bug Find-MgGraphCommand doesn't return the Permissions property value for a lot of Microsoft Graph commands. ### Expected behavior The `Permissions` property is populated with delegated/application permissions. ###...
### Describe the bug I was trying to list all members (users, nested groups, devices, service principals) of certain Entra ID groups, using Get-MgGroupMember cmdlet. I found that in a...
### Is your feature request related to a problem? Please describe the problem. I use a secondary account for Graph API interactions. I have Passkey setup where if I login...
### Describe the bug Get-MgDomainNameReference -DomainId $domain.id -All Returns 300 results by default. Using page size, you can return 999. However in environments with more recipients the command does not...
### Describe the bug I am trying to register multiple devices to Windows Autopilot using Invoke-MgGraphRequest with URI https://graph.microsoft.com/v1.0/deviceManagement/importedWindowsAutoPilotDeviceIdentities and method POST. Have been using this for many months without...