msgraph-sdk-powershell
                                
                                 msgraph-sdk-powershell copied to clipboard
                                
                                    msgraph-sdk-powershell copied to clipboard
                            
                            
                            
                        Powershell SDK for Microsoft Graph
 ### 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...
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...
`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!...
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...
This pull request was automatically created by the GitHub Action, Contains Help Docs
This pull request was automatically created by the GitHub Action, Contains OpenApiDocs Updates from Graph Explorer API
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...
`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`....