Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. identity:
  2. Sysprep:
  3. guiRunOnce:
  4. commandList:
  5. - '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Set-ExecutionPolicy Unrestricted -Force"'
  6. - ... some other things :-)
  7. guiUnattended:
  8. autoLogon: true
  9. autoLogonCount: 1
  10. password:
  11. plainText: true
  12. value: 'password'
  13. timeZone: 110
  14. identification:
  15. domainAdmin: 'admin@domain.com'
  16. domainAdminPassword:
  17. plainText: true
  18. value: 'password'
  19. joinDomain: 'domain.com'
  20. licenseFilePrintData:
  21. autoMode: 'perSeat'
  22. userData:
  23. computerName: <%= @host.shortname %>
  24. fullName: 'IT'
  25. orgName: 'Organisation'
  26. productId: 'Microsoft KMS Key'
  27. nicSettingMap:
  28. - adapter:
  29. dnsDomain: <%= @host.domain %>
  30. globalIPSettings:
  31. dnsSuffixList:
  32. - <%= @host.domain %>
  33. options:
  34. changeSID: true
  35. deleteAccounts: false
  36.  
  37. <%# Contact Foreman to confirm instance is built -%>
  38. phone_home:
  39. url: <%= foreman_url('built') %>
  40. post: []
  41. tries: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement