added property machineobjectou for directly joining into an organisation unit; check exitcode <> 0;
advice/description
This commit is contained in:
11
OPSI/control
11
OPSI/control
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user