809ea6f700
Change base methods for actions with packages and add tests for this actions Change-Id: Ib6af8933c18ea9670a388dca53f1c55a92180208
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Install-RoleSecondaryDomainController.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Install-RoleSecondaryDomainController",
|
|
"Arguments": {
|
|
"DomainName": "$domain",
|
|
"UserName": "$domainAccountName",
|
|
"Password": "$domainPassword",
|
|
"SafeModePassword": "$recoveryPassword"
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 1
|
|
} |