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

The welcome message is output as an object. Those with complex pipelines may get it introduced to "pollute" their output and that is difficult to troubleshoot, especially if they aren't...

Request: Feature

``` Import-Module Microsoft.Graph.Identity.DirectoryManagement # Auth to MSGraph Connect-MgGraph -Scopes 'Device.Read.All, Directory.Read.All' $mType = (Get-MgDevice -Search "displayName:$($hostname)" -ConsistencyLevel eventual -All -Debug).managementType Write-Host "managementType >"$mType ``` Result: > managementType > Debug Info:...

Service issue
Status: Under Investigation

**Describe the bug** Get-MgOauth2PermissionGrant does not properly return a count of objects. This is because $count requires a consistencyLevel=eventual header, but the command does not include consistency level as an...

Needs: Author Feedback
no-recent-activity

**Describe the bug** For a solution I am working on, I am using the Graph via the PowerShell Graph modules. In order to determine the required permissions, I am trying...

**Describe the bug** > When trying to connect using `Connect-MgGraph` an error is thrown with message `Connect-MgGraph: Entry point was not found.` **To Reproduce** Steps to reproduce the behavior: 1....

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

Status: Needs Investigation

When I run the below cmdlet, the output is incomplete Get-MgBetaTeamworkDeviceHealth -TeamworkDeviceId cfdfjh7t-0000-9999-c12c-cdb9cc5xxxxx | fl Out put I get for the above cmdlet Connection : Microsoft.Graph.Beta.PowerShell.Models.MicrosoftGraphTeamworkConnection CreatedBy : Microsoft.Graph.Beta.PowerShell.Models.MicrosoftGraphIdentitySet CreatedDateTime...

Status: Needs Investigation

So I have updated all Microsoft.Graph modules to 2.13.1. When running the following commands to be able to run a Get-MgTeam, an error is given indicating that TeamsSetting.Read.Group is not...

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

Dependency: metadata-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...

Service issue
Needs: Author Feedback