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** In a session where Az modules such as Az.Accounts and Az.KeyVault are loaded, `Connect-MgGraph` does not connect at all. - When trying to connect interactively, the error...

Status: Needs Investigation

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

Service issue
Needs: Author Feedback

Hello together! First of all, thank you very much for your efforts! **Is your feature request related to a problem? Please describe.** We want to add two options to a...

Needs: Author Feedback

Cannot upload file to Sharepoint. `Set-MgDriveItemContent -DriveId $DriveId -DriveItemId $DriveItemId -InFile $ItemFullName` The command returns an error: `Set-MgDriveItemContent : Could not load file or assembly 'Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or...

Needs: Author Feedback

Summary: My goal is to disable a non-Windows device in Entra ID using PowerShell. AzureAD modules work fine but the Graph modules fail. Connection info: Keeping it simple I am...

Needs: Author Feedback

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

Needs: Author Feedback

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The Update-MgUser [documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users/update-mguser?view=graph-powershell-1.0#-agegroup) states that -AgeGroup accepts ``null`` as one of its values. In...

Status: Needs Investigation

 Fixes # ### Changes proposed in this pull request - Introducing an Access Token Proof of Possession capability for this SDK - Updating the dependencies to the latest version...

enhancement

Powershell 7 follows the XDG spec for user folder data, this module should as well to help discovery and filesystem linking. https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html `$XDG_CACHE_HOME defines the base directory relative to which...

PM: Review

The Graph team just redesigned their change log page (not released yet), and added a bunch of filters to allow users to get the latest change log for various products,...

good first issue
P3
Request: Feature
PM: Review