added property machineobjectou for directly joining into an organisation unit; check exitcode <> 0;

advice/description
This commit is contained in:
Dennis Trinks
2012-05-07 15:45:13 +02:00
parent f787fe5899
commit 5fdf4be5cc
3 changed files with 30 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ incremental: False
type: localboot
id: windows.domainjoin
name: windows.domainjoin
description: Package for domainjoin and setting local adminpassword
description: Package for joining domain (organisation unit optional) and setting local adminpassword
advice: ADVICE
version: VERSION
priority: PRIORITY
@@ -39,6 +39,15 @@ description: Domain PC joins
values: [""]
default: ["DomainName"]
[ProductProperty]
type: unicode
name: MachineObjectOU
multivalue: False
editable: True
description: OU moving the new PC to. If empty, the default OU will be used.
values: [""]
default: [""]
[ProductProperty]
type: unicode
name: joinadmin