msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
Hello, I am learning Azure with PowerShell. While connecting to Azure using PowerShell, I can connect but then get an error when attempting to get user information. I tried the...
### Describe the bug Trying to run Get-MgServiceAnnouncementHealthOverview to fetch current service health overviews and I get the error: [array]$ImportantServiceStatus = Get-MgServiceAnnouncementHealthOverview Get-MgServiceAnnouncementHealthOverview_List: The api-version query parameter (?api-version=) is required...
### Is your feature request related to a problem? Please describe the problem. We are doing a lot of clean up jobs in SharePoint for customers, where sharing have gone...
### Describe the bug According to the description here: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfolderchildfoldercontact?view=graph-powershell-1.0 it should be possible to add a single value extended property with a complex object. However, this does not seem...
### Describe the bug A placeholder "{{ Fill in the Description }}" is shown instead of the description on https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/?view=graph-powershell-1.0 ### Expected behavior - ### How to reproduce Check https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/?view=graph-powershell-1.0...
Feature: Fluent API I appreciate the addition of fluent APIs in the PowerShell SDK v2 preview. Fluent APIs provide design-time feedback for calling Microsoft Graph and allow me to catch...
**Describe the bug** > I try to run the latest image on mac os and after the container started and send the Connect-Graph command the console write this error: "Fatal...
Command fails with: property 'AdditionalProperties' does not exist on type 'microsoft.management..'
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 The Newtonsoft.Json dependency of the SDK's authentication module, is no longer actively maintained. In the past we have also encountered trust issues with the signed Newtonsoft.Json...
### Describe the bug Trying to create a new attack simulation with New-MgSecurityAttackSimulation, but once I introduce settings for endUserNotificationSetting, the cmdlet always errors with: - `{"Code":400,"Message":"Bad request","Target":null,"Details":[{"Code":400,"Message":"Parameter endUserNotificationId is...