msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I'm using **Microsoft.Graph v2.30.0** module on **PowerShell 7.5.3**. Following issue started to appear recently with `New-MgInvitation` cmdlet while inviting new Guest users. I launch this cmdlet::...
### Is your feature request related to a problem? Please describe the problem. Some of the documentation lacks clarity and could use additional examples. For instance, the New-MgApplication documentation page...
### Describe the bug When querying for the rules of a specific, valid forwarding policy ID using Get-MgBetaNetworkAccessForwardingPolicyRule, the Graph API successfully returns a 200 OK status code. However, the...
### Describe the bug Hi Team, I am trying to connect to Microsoft Graph using the WAM login flow by enabling LoginByWAM using elevated Powershell as UAC is turned off....
### Describe the bug Starting with v2.26.0 MS Graph PowerShell is unable to authenticate successfully with high number of API permissions consented to on the second authentication prompt. First authentication...
### Describe the bug `import-module microsoft.graph` with `$MaximumFunctionCount = 32768 `fails in PowerShell 5.1 when the variable is set in the script, but works fine if it is done on...
### Describe the bug I am trying to run a PowerShell script as a scheduled task. The script first runs a Test-DscConfiguration with a MOF file generated by the Microsoft...
### Describe the bug I am trying to update a retention label on a file using code that's been working for months. Now it's failing with a "Empty correlation Guid"...
### Is your feature request related to a problem? Please describe the problem. The parameter perUserMfaState is now available in the REST API **_users_** endpoint from both v1.0 and beta...
### Describe the bug I am trying to create new external connection items for an external connector, and I get a 404 not-found error message in response. Here is the...