Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. "Deployments": {
  2. "DeviceGuardActivation": {
  3. "Type": "Script",
  4. "ScriptPath": "\\\\sdfs\\autotests\\Components\\Utilities\\Scripts\\DG_Readiness_Tool_v3.4\\ServerOs\\CopyReg.ps1"
  5. },
  6. "Reboot": {
  7. "Type": "Script",
  8. "ScriptPath": "\\\\sdfs\\autotests\\Components\\Utilities\\Scripts\\DG_Readiness_Tool_v3.4\\Reboot\\Reboot.ps1",
  9. "RebootExitCode": 101,
  10. "Timeout": "00:02:00",
  11. "ReturnValue": 42
  12. },
  13. "DgAndReboot": {
  14. "Type": "Sequence",
  15. "Deployments": [
  16. "DeviceGuardActivation",
  17. "Reboot"
  18. ]
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement