Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For information on the property value definitions, seeĀ Resource Definition for Common Windows Operations.

cURL command

Code Block
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -d @'<JSON_PAYLOAD>' -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/mdm-windows-agent/services/windows/disenroll

...