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 connect to the Graph API with Connect-Graph command using the client secret credentials flow. ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/1508064/c10fe655-cccd-423f-90d1-fa3cecf30ce9) This worked fine as I was developing...

type:bug

### Is your feature request related to a problem? Please describe the problem. No cmdlets for https://learn.microsoft.com/en-us/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0&tabs=http ### Describe the solution you'd like. Can call cmdlets mentioned above ###...

type:bug

### Is your feature request related to a problem? Please describe the problem. The latest version v2.19 allows to create a multitenant organization `Set-MgTenantRelationshipMultiTenantOrganization`, but there is no way to...

type:bug
priority:p1

### Describe the bug I'm deleting EntraID device records and the search returns a display name match and another device that DOES NOT match the display name. When performing bulk...

status:waiting-for-triage
type:bug

### Describe the bug Simply using Connect-MgGraph with an account that is in the periodic "Is this info up to date?" verification state causes Powershell to fail as it's tries...

type:bug

### Describe the bug I'm attempting to execute Graph API requests using `Invoke-MgGraphRequest` in a custom air-gapped cloud. However, it is resulting an error: ```json { "error": { "code": "InvalidAuthenticationToken",...

Needs: Attention :wave:
no-recent-activity
type:bug

Getting below error. Please suggest. PS C:\Windows\system32> Get-MgUser Get-MgUser : Method not found: 'Void Microsoft.Graph.Authentication.AzureIdentityAccessTokenProvider..ctor(Azure.Core.TokenCredential, System.String[], Microsoft.Kiota.Authentication.Azure.ObservabilityOptions, System.String[])'. At line:1 char:1 + Get-MgUser Modules already installed: Script 2.19.0 Microsoft.Graph.Authentication {Add-MgEnvironment,...

Needs: Attention :wave:
type:question

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

 Fixes # ### Changes proposed in this pull request - Points the urls to dev branch ### Other links - - -

### Describe the bug I am trying to create a Windows10 Custom Configuration but It keeps returning "Cannot create an abstract class" ### Expected behavior Create and return the Device...