msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Powershell SDK for Microsoft Graph

Results 480 msgraph-sdk-powershell issues
Sort by recently updated
recently updated
newest added

**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...

Status: Under Investigation

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...

Status: Needs Investigation
Azure Automation

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....

Service issue

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...

Dependency: metadata-issue

**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...

Needs: Attention :wave:

### 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...

status:waiting-for-triage
type:bug

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...

status:waiting-for-triage
type:bug

 Fixes # ### Changes proposed in this pull request - - - ### Other links - - -

Do not merge

### 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...

Blocked