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
|
|
} |