You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was working before so I'm not sure when it started happening, I'm currently able to create a IntuneDeviceConfigurationScepCertificatePolicyWindows10 policy but I can't update it afterwards, nevertheless I can delete it without issues.
Is this a Graph issue (looks like it assuming the error message is valid) or did they update something in the backend and now the body is not being sent correctly when updating the resource?
VERBOSE: [REDACTED]: [[IntuneDeviceConfigurationScepCertificatePolicyWindows10]IntuneDeviceConfigurationScepCertificatePolicyWindows10-IntuneDeviceConfigurationScepCertificatePolicyWindows10_1] Found trusted root certificate with Id {aa203093-5d2c-471b-9861-5e0843bc90c1} and DisplayName {Test: | Trusted certificate Policy | [(Test)]}
VERBOSE: [REDACTED]: [[IntuneDeviceConfigurationScepCertificatePolicyWindows10]IntuneDeviceConfigurationScepCertificatePolicyWindows10-IntuneDeviceConfigurationScepCertificatePolicyWindows10_1] PUT https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations('667b2a64-fd2f-406b-a852-95d30c2412ca')/microsoft.graph.windows81SCEPCertificateProfile/rootCertificate/$ref with 146-byte payload
VERBOSE: [REDACTED]: [[IntuneDeviceConfigurationScepCertificatePolicyWindows10]IntuneDeviceConfigurationScepCertificatePolicyWindows10-IntuneDeviceConfigurationScepCertificatePolicyWindows10_1] received 851-byte response of content type application/json
Response status code does not indicate success: InternalServerError (Internal Server Error).
+ CategoryInfo : InvalidOperation: (Method: PUT,Re...ication/json}:) [], CimException + FullyQualifiedErrorId : InvokeGraphHttpResponseException,Microsoft.Graph.PowerShell.Authentication.Cmdlets.InvokeMgGraphRequest
+ PSComputerName : localhost
Environment Information + PowerShell Version
Win11/PS5.1
The text was updated successfully, but these errors were encountered:
After leaving my test harness running for a few hours it looks like IntuneDeviceConfigurationWiredNetworkPolicyWindows10 also suffers from the same issue.
ricmestre
changed the title
IntuneDeviceConfigurationScepCertificatePolicyWindows10: Cannot update
IntuneDeviceConfigurationScepCertificatePolicyWindows10/IntuneDeviceConfigurationWiredNetworkPolicyWindows10: Cannot update
Jan 20, 2025
This is highly likely a backend issue. Still, the requested changes (e.g. adding a certificate) will take place, although the operation indicates a failure.
Description of the issue
This was working before so I'm not sure when it started happening, I'm currently able to create a IntuneDeviceConfigurationScepCertificatePolicyWindows10 policy but I can't update it afterwards, nevertheless I can delete it without issues.
Is this a Graph issue (looks like it assuming the error message is valid) or did they update something in the backend and now the body is not being sent correctly when updating the resource?
Microsoft 365 DSC Version
1.25.115.1
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: