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 I run `Update-MgSitePage -BodyParameter @{ canvasLayout = @{ ... }` to change the content in canvasLayout, the command tries to PATCH "/v1.0/sites/{site-id}/pages/{page-id}", which doesn't work....

Status: Needs Investigation

### Is your feature request related to a problem? Please describe the problem. I am trying to publish a site page after I update its content, but I must use...

Dependency: metadata-issue
type:feature

### Describe the bug I am looking at https://github.com/microsoftgraph/msgraph-sdk-powershell/wiki/MS-Graph-PowerShell-Modules and can't see BackupRestore module. The module was added as part of https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/2889/files ![image](https://github.com/user-attachments/assets/6a9767a3-6874-4506-96bd-740f51acc3c5) ### Expected behavior I expect BackupRestore module...

type:bug
goodfirstissue

### Is your feature request related to a problem? Please describe the problem. No Problem ### Describe the solution you'd like. Under New/Set/Update-MgApplication we would like the ability to add/remove...

Status: Needs Investigation
type:feature

### Describe the bug Multiple Open API spec has duplicated operaionId For example: https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/openApiDocs/v1.0/Users.yml ```yaml '/users/{user-id}/photo': get: tags: - users.profilePhoto summary: Get photo from users description: The user's profile photo....

Status: Needs Investigation
type:bug

### Describe the bug Trying to update the Group Tag of an Autopilot device and running `Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity -GroupTag %GroupTag% -ImportedWindowsAutopilotDeviceIdentityId %Id%` results in the following error: `No OData route exists...

Status: Needs Investigation
type:bug

### Describe the bug Playing around to test the fix for New-MgSiteList, I created a list as follows: $params = @{ displayName = "Books" columns = @( @{ name =...

Status: Needs Investigation

### Is your feature request related to a problem? Please describe the problem. Not a direct problem, can be workaround with Get-MgBetaAuditLogSignIn > Get-MgAuditLogSignIn : Invalid filter clause ### Describe...

Status: Needs Investigation
type:feature

### Describe the bug Connect-MgGraph in Azure Functions (locally with Vs Code) fails with error invalid JWT token regardless of using Accesstoken, certificate of clientsecret ### Expected behavior Succesful authentication...

Status: Needs Investigation

### Describe the bug It doesn't make sense to ask command to return all pages and also limited number of items. One parameter set should support `-Top` and `-PageSize`. (With...

Status: Needs Investigation