murano-docs/Deployment/ExecutionPlan/2.JoinDomain/out.json
2013-02-25 17:17:42 +04:00

27 lines
506 B
JSON

{
"Scripts": [],
"Commands": [
{
"Name": "Import-Module",
"Arguments": {
"Name": "CoreFunctions"
}
},
{
"Name": "Set-NetworkAdapterConfiguration",
"Arguments": {
"FirstAvailable": true,
"DNSServer": "10.0.102.2"
}
},
{
"Name": "Join-Domain",
"Arguments": {
"DomainName": "acme.local",
"Username": "Administrator",
"Password": "P@ssw0rd123"
}
}
],
"RebootOnCompletion": 1
}