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