msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
**Describe the bug** Currently, I'm seeing the following issue in a PowerShell 5 session. I'm not able to connect to Graph. **To Reproduce** 1. Execute `Connect-MgGraph` 2. See error at...
Tried to use microsoft.graph.files in a runbook. I think the module size was above 150mb(!!!), and the size limit in runbooks are 100mb. Ended up using pnp, which in comparison...
I'm looking for a programmatic way (using Graph API SDK) to trigger the same function as **Require re-register multifactor authentication** and **Revoke multifactor authentication sessions** from the Entra ID portal....
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...
**Describe the bug** Running the following command breaks my authentication I'd previously configured with Connect-MgGraph: ```powershell Invoke-MGGraphRequest -uri "https://api.accessreviews.identitygovernance.azure.com/v1.0/identityGovernance/accessReviews/definitions//instances//contactedReviewers/`$count" ``` Subsequent commands using Get-Mg commands just fail with the following...
### Describe the bug I am trying to retrieve selected fields for all items from a Sharepoint Online list. The list happens to have more than 12 lookup columns. I...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
### Describe the bug Using a GA in Azure, I still get 403 Access Denied when trying to use Get-MgUserFollowedSite. I am able to access the sitelist of the signed...
Fixes # ### Changes proposed in this pull request - - - ### Other links - - -
### Describe the bug I am running this: if (-not(Get-Module -ListAvailable -Name Microsoft.Graph.Groups)) { Install-Module -Name Microsoft.Graph.Groups -Scope CurrentUser -AllowClobber -Force Import-Module -Name Microsoft.Graph.Groups } # Sign into the Microsoft...