Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves configuration data for how scripts are run.
URI parameters
None.
Required request headers
None.
Required request body
None.
Response
If the call is successful, the service will return a JSON object with the following members.
| Member | Description |
|---|---|
| RunOobeScript | Boolean value that indicates whether we should run any one-time script on the next boot (expected script name is oobe.cmd). |
| BlockUsbScript | Boolean value that indicates whether we should block unattended scripts from running when on a USB device. |
| SkipAbortToast | Boolean value that indicates whether we should run scripts immediately on boot instead of waiting for an abort window. |
| BlockAllScripts | Boolean value that indicates whether we should block unattended scripts from running. |
| HasScript | Boolean value that indicates whether the target console currently has a boot script. |
HTTP status codes
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The operation was successful. |
| 4XX | Error codes. |
| 5XX | Error codes. |