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

As a continuation of https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/425, we should consider adding a special appId registration for mooncake since globally registered apps don't replicate to China cloud. This effort will build upon the...

Auth
Request: enhancement

As part of the work to use Kiota as code generator for PowerShell SDK we should pluralize names where is needed, for example, "Windows" instead of "Window". We need to...

Request: enhancement
Kiota

Hello, I have an application that creates other applications using Invoke-MgInstantiateApplicationTemplate. This main application has Application.ReadWrite.OwnedBy permission but the problem is that this method of creating the application is leaving...

question
under-investigation
Service issue

When using the Connect-MgGraph -Environment, include the environment used on the output of Get-mgContext. This can be used to identify the needed GraphEndpoints from Get-MgEnvironment dynamically based on connection context...

Request: Feature

List items with all the field values can be received by executing `Get-MgSiteListItem -SiteId $SiteiD -ListId $ListId -All -ExpandProperty Fields` However, when a SharePoint list field is a **Number** type,...

Needs: Attention :wave:
Question: API

I'm getting an issue with the Get-MgGroup when running in PowerShell 5.1 The same code works fine in PowerShell 7.2 I'm running the following version:

Question: SDK
Needs: Attention :wave:

`Connect-MgGraph` should support Managed Service Identity (MSI) for scenarios where customers need to use client secrets to authenticate in a non-interactive mode. We currently do not support client secrets due...

Request: Feature

Trying to upload files to OneDrive Useing New-MgDriveItem -DriveId "" -Name "test.csv" -FileMimeType "text/csv" -ContentInputFile "C:\example.csv" and receive following error The property 'content' does not exist on type 'oneDrive.item'. Make...

Bug-

Is there a way to set the max retry value for the Microsoft.Graph powershell modules. I'm hitting an issue from time to time, where a particular cmdlet retries 3 times...

Request: Feature

We should document the use of hte `Debug` parameter for all MS Graph PS SDK commands and also provide guidance on how to follow the [documented support practices for the...

enhancement
Request: Documentation