msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
**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...
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...
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...
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...
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...
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...
**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...
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...
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...
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,...