Start-SodPolicy

Has anyone tried the Start-SodPolicy cmdlet in the PowerShell SDK?

I can run via Postman but not PowerShell.

The error I receive from PowerShell is
$Response = Invoke-WebRequest -Uri $UriBuilder.Uri `
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| { “errorName”: “NotSupportedException”, “errorMessage”: “RESTEASY003065: Cannot consume content type”, “trackingId”: “766bdda1768d4fe0850fef87101faae7” }

The Get-DefaultViolationReport does not work either. This one has a bug too.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.