msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Powershell SDK for Microsoft Graph

Results 480 msgraph-sdk-powershell issues
Sort by recently updated
recently updated
newest added

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

Needs: Attention :wave:

It seems a string formatting error since it's missing the } that close the object Following the script that I use: $ClientSecretCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $AppID, (ConvertTo-SecureString -String...

Service issue
Status: Under Investigation

The same as #743 - the Get-MgBetaDirectoryRoleTemplate includes a Filter parameter, but when attempting to use this, it fails ``` Get-MgBetaDirectoryRoleTemplate -Filter "DisplayName eq 'User Administrator'" -ErrorAction Stop Get-MgBetaDirectoryRoleTemplate :...

Status: Needs Investigation

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

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

**Describe the bug** Looks like the Get-MgUserMemberOf cmdlet fails to properly cast the output and in effect ignores a bunch of properties returned by the API. For the sake of...

Dependency: metadata-issue

Include the PR to ensure the latest version is released to Az CloudShell [CloudShell/linux/powershell/PSCloudShellStartup.ps1 at master · Azure/CloudShell (github.com)](https://github.com/Azure/CloudShell/blob/master/linux/powershell/PSCloudShellStartup.ps1) Packages on AZ CloudShell "Microsoft.Graph.Authentication" "Microsoft.Graph.Users.Actions", "Microsoft.Graph.Users.Functions", "Microsoft.Graph.Groups", "Microsoft.Graph.Identity.DirectoryManagement", "Microsoft.Graph.Identity.Governance", "Microsoft.Graph.Identity.SignIns",...

**Describe the bug** > If I run Powershell ISE as Administrator (different user than one logged into the system), command Find-MgGraphCommand will throw an error. If run command in ISE...

Status: Needs Investigation

The task here entails: - [x] Investigations on the available testing options for cmdlets. i.e. Pester, XUnit, NSubstitute and Raptor - [ ] Document the test improvement plan and share...

enhancement

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