Indicator of whether a Boolean AND or OR operation is performed on the properties listed in the Parameters property.
Caution This property value must be specified in uppercase letters so that the deployment scripts can properly read it.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
˜ |
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
AND |
A Boolean AND operation is performed on the properties listed in the Parameters property. Only results that match all properties specified in the Parameters property are returned. This is the default value. |
OR |
A Boolean OR operation is performed on the properties listed in the Parameters property. Results that match any property specified in the Parameters property are returned. |
Example |
[Settings] Priority=Computers, Default
[Default] OSInstall=YES
[Computers] SQLServer=NYC-SQL-01 SQLShare=SQL$ Database=MDTDB Instance=SQLEnterprise2005 Table=Computers Parameters=SerialNumber, AssetTag ParameterCondition=OR |
Related Topics