msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Powershell SDK for Microsoft Graph

Results 446 msgraph-sdk-powershell issues
Sort by recently updated
recently updated
newest added

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

Status: Needs Investigation

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

Status: Needs Investigation
type:bug

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

Status: Needs Investigation

### Describe the bug `Get-MgUserAuthenticationMethodCount` throws 400 bad request error. ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/16793335/27ec0c46-03df-44d1-b165-301ec3449cb3) 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) ###...

dependency:metadata

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

PM: Review

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

Blocked
type:bug

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

Status: Needs Investigation

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

type:feature

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

Status: Needs Investigation
type:bug

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

Status: Needs Investigation