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

It would be amazing if you guys could release this module as a .msi package like the Azure Powershell Module, this would make installation and upgrades so much easier and...

enhancement

**Describe the bug** The argument `-ErrorAction Ignore` is not respected by `Invoke-MgGraphRequest`. **To Reproduce** The code below ends up in the `Catch` clause, which shouldn't be happening. ```powershell try {...

Status: Needs Investigation

**Describe the bug** > A clear and concise description of what the bug is. Update-MgBetaServicePrincipalSynchronizationJobSchema fails when attempting to update cross-tenant sync attribute-mapping, likely because OpenAPI specifies PATCH but documentation...

Status: Needs Investigation

**Describe the bug** Invoke-MgHaveTeamChannel doesn't complete successfully, but instead throws an error that the "Requested API is not supported. Please check the path." I've tested on the Graph Explorer with...

Status: Needs Investigation

**Is your feature request related to a problem? Please describe.** The Azure AD PowerShell management APIs are being imminently deprecated (https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270). The suggested direct mappings to Graph API equivalents are...

Request: Documentation

# Install the Microsoft.Graph PowerShell module #Install-Module -Name Microsoft.Graph -Force -AllowClobber # Import the module #Import-Module Microsoft.Graph # Connect to Microsoft Graph (You will be prompted to sign in) Connect-MgGraph...

Status: Needs Investigation

Microsoft Graph PowerShell cannot invite guest users in Azure China and is prompted with insufficient permissions. Because Microsoft Graph PowerShell cannot log in as a user in Azure China, you...

Status: Needs Investigation

**Is your feature request related to a problem? Please describe.** Enum properties should have argument completer for their values. Some enum parameters such as `New-MgBetaIdentityGovernanceLifecycleWorkflow -DisplayName "PS Test AF" -Category...

Status: Needs Investigation

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

### Describe the bug After upgrading to 2.18.0 (published in [PSGallery](https://www.powershellgallery.com/packages/Microsoft.Graph/2.18.0)), some calls using Invoke-MgGraphRequest started getting 400 Bad Requests. Downgrading to 2.17.0 fixes the issue. This feels very similar...

Needs: Author Feedback
no-recent-activity