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'm trying to get all the device configuration profiles from Intune. I've tried both of these with Microsoft.Graph and Microsoft.Beta: 1. $response = Invoke-MgGraphRequest -Method GET...

status:waiting-for-author-feedback
type:bug

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

 Fixes #2973 ### Changes proposed in this pull request - This change handles scenarios where equality operator types like ``in`` and ``has`` contain ``+`` character enclosed within brackets in...

### Describe the bug I am trying to run Get-MGAuditLogSignIn with a filter to retrieve the signin attempts from a specific application (Azure Portal). When I run the command I...

Needs: Attention :wave:

### Describe the bug When attempting to use a + symbol in a filter string the resulting query is not correctly encoded ### Expected behavior + symbol is encoded as...

type:bug

I can see 4 issues about this question, but all are closed This is from the last comment (as today) of #2284: > It appears to be related to the...

### Describe the bug Hello Im trying to send an E-Mail using the following code: ``` $message = @{ Subject = 'TEST ÄÖÜ' Body = @{ ContentType = 'HTML' Content...

status:waiting-for-triage
type:bug

### Describe the bug the parameter scope retrieve the value `Microsoft.Graph.Beta.PowerShell.Models.MicrosoftGraphAccessReviewScope` instead of the scope details ### Expected behavior should retrieve an object as retrieved in the debug trace ```...

status:waiting-for-triage
type:bug

### Describe the bug Simply importing `Microsoft.Graph.Identity.Governance` v2.23.0 gobbles up more than 500MB of RAM / memory! This is especially a problem when running in memory restricted environments like Azure...

status:waiting-for-triage
type:bug

### Describe the bug Trying to create an automation that sets the primary user property to reflect the user that's been assigned the device. But it doesn't seem like `Update-MgDeviceManagement`...

status:waiting-for-triage
type:bug