msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
locally the directives would be skipped if segment didnt end in `|`
### Describe the bug I feel this is so strange - no errors when parseing the content via cmdlet "Update-MgPolicyDefaultAppManagementPolicy" in PowerShell, and as I see it Entra ID Auditlog...
### Describe the bug This issue happens ONLY when the targeted policy is of a templateFamily that starts with "endpointSecurity". I was trying to query the endpoint using the cmdlet:...
Hi, The cmdlets below have been throwing errors when targeting channels with cmdlet "**Get-MgTeamChannelMember**" The issue appears with Microsoft Graph PowerShell SDK version 2.27.0 and also persists in the latest...
### Describe the bug upgrade version from 2.26.1 to 2.27.0 errors our automation. `Get-MgTeamChannelMember error: Failed to execute GetThreadRosterAsync. Status: 403 (Forbidden) ErrorCode: Forbidden Date: 2025-04-24T11:30:39 Headers: Vary : Accept-Encoding...
### Describe the bug I'm trying to remove a contact object that is synced from on-premises AD, i.e.: OnPremisesSyncEnabled=True For example, on my test tenant (TenantId: 3dacc451-5225-40d6-be6f-70dbfa4fb044), I can get...
### Describe the bug I am trying to use the latest release in PowerShell 5.1 and hitting an authentication error relating to an invalid claims request. The initial authentication via...
### Describe the bug Just a quick one from me - it looks as though Microsoft.Graph.Authentication is listed twice in the list of RequiredModules in Microsoft.Graph.Beta.psd1 Last check, I saw...
### Describe the bug I want to create a conditional access policy that excludes a specific service provider, to generate the required JSON body I created the policy in the...
This PR excludes the `deviceManagement_windowsPrivacyAccessControl` resource from being generated into the DeviceManagement module. This is necessary because it otherwise is "merged" with the `Get-MgBetaDeviceManagementDeviceConfiguration` cmdlet, therefore resulting in a broken...