18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Install-RoleSecondaryDomainController.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Install-RoleSecondaryDomainController",
|
|
"Arguments": {
|
|
"DomainName": "$domain",
|
|
"UserName": "Administrator",
|
|
"Password": "$domainPassword",
|
|
"SafeModePassword": "$recoveryPassword"
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 1
|
|
} |