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 I am trying to query a specific configuration profile's assignments but it's returning assignments with "Target" property missing. ### Expected behavior returns assignments with target. ###...

type:bug
priority:p2

### Describe the bug I am trying to use Microsoft Graph Powershell SDK in a production environment This causes a Sev2 to be raised due to unsigned binaries. [- AzSysLock...

type:bug
priority:p0

### Describe the bug Contact folders created with microsoft graph can no longer be deleted via microsoft graph. If the contacts folder was created manually, you can delete them via...

Needs: Attention :wave:
type:bug

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

### Describe the bug When using MSGraph Powershell calling AzureChinaCloud MSGraph APIs, right after calling Find-MgGraphPermission, the subsequent MSGraph calls will target https://graph.microsoft.com instead of https://microsoftgraph.chinacloudapi.cn. ### Expected behavior After...

type:bug
priority:p2

### Describe the bug Get-MgDeviceManagementManagedDevice -All -Filter "OperatingSystem in ('Windows','MacOs')" and Get-MgDeviceManagementManagedDevice -All -Filter "Manufacturer in ('HP','Dell Inc.')" is returning below error. It seems to be an issue from Graph...

Service issue
Needs: Attention :wave:
no-recent-activity

### Describe the bug When leveraging the Get-MgUserDefaultDrive -UserId to retrieve the default Onedrive of a user, the API seems to fail on recent default accounts. When logged in as...

Status: Needs Investigation
type:bug

### Describe the bug Performing "Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/Users/[user id]" -Body @{OnPremisesImmutableId = $null}" returns a 400, Bad Request currently ### Expected behavior As recently as last week I...

status:waiting-for-triage
type:bug

### Describe the bug Launch https://shell.azure.com/ and call `Connect-MgGraph`. ``` connect-mggraph Connect-MgGraph: DeviceCodeCredential authentication failed: A configuration issue is preventing authentication - check the error message from the server for...

status:waiting-for-triage
type:bug

### Is your feature request related to a problem? Please describe the problem. I am attempting to use `Add-MgApplicationKey` but I cannot without generating a Proof. There does not appear...

type:feature