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

 ### Changes proposed in this pull request - Added examples to CA cmdlets - -

Referencing this post that I just noticed is closed so opening a new issue: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1052 I am also experiencing an issue with this Powershell Graph API with other Powershell Graph...

Service issue
Needs: Author Feedback

When using `connect-mggraph` interactively, if you close the browser window rather than hitting back or other activity, it hard-locks the cmdlet requiring a powershell restart. I should be able to...

Bug - P2

`Invoke-MgGraphRequest` should throw an error requiring `-OutputFilePath` when it can't process non-JSON responses and the OutputType is not HttpResponseMessage. ### Repro steps ``` powershell ➜ Connect-MgGraph Welcome To Microsoft Graph!...

Bug: PowerShell

While writing/testing an Powershell script to run through a pipeline powershell task I noticed that New-MgApplicationOwnerByRef doesn't work with the specified parameters. It does however work with version 1.10.0 of...

ToTriage

This pull request was automatically created by the GitHub Action, Contains Help Docs

generated

This pull request was automatically created by the GitHub Action, Contains OpenApiDocs Updates from Graph Explorer API

generated

Original issue filed here https://github.com/microsoftgraph/microsoft-graph-docs/issues/17967 > Get-MgUserTransitiveMemberOf -UserId $userId -OutFile $outFileId > -> the parameter "OutFile" doesn't exist for the module I see Graph Explorer renders the same snippets as...

Bug: Documentation

`New-MgDirectoryAdministrativeUnitMemberByRef` and `New-MgAdministrativeUnitMemberByRef` (beta only) lost the `AdditionalProperties` and `BodyParameter` parameters after upgrading the module `Microsoft.Graph.Identity.DirectoryManagement` to version 1.11. Similar to #1440, but unfortunately there is no `New-MgDirectoryAdministrativeUnitMember` or `New-MgAdministrativeUnitMember`....

ToTriage