809ea6f700
Change base methods for actions with packages and add tests for this actions Change-Id: Ib6af8933c18ea9670a388dca53f1c55a92180208
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Set-LocalUserPassword.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Set-LocalUserPassword",
|
|
"Arguments": {
|
|
"UserName": "Administrator",
|
|
"Password": "$adminPassword",
|
|
"Force": true
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 0
|
|
} |