murano-repository/Services/agent_templates/CreatePrimaryDC.template
2013-10-07 15:30:11 +04:00

16 lines
313 B
Plaintext

{
"Scripts": [
"ImportCoreFunctions.ps1",
"Install-RolePrimaryDomainController.ps1"
],
"Commands": [
{
"Name": "Install-RolePrimaryDomainController",
"Arguments": {
"DomainName": "$domain",
"SafeModePassword": "$recoveryPassword"
}
}
],
"RebootOnCompletion": 1
}