msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I am trying to connect to the Graph API with Connect-Graph command using the client secret credentials flow.  This worked fine as I was developing...
### 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 ###...
### 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...
### 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...
### 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...
### 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",...
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,...
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...