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