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