The name of the table or view to be used in performing a database query that returns property values from columns in the table or view. The query is based on parameters specified in the Parameters and ParameterCondition properties. The table or view is located in the database specified in the Database property. The computer running SQL Server is specified in the SQLServer property. The instance of SQL Server on the computer is specified in the Instance property.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

˜

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

 

 

ZTI

˜

 

Value

Description

table_name

The name of the table or view to be queried for property values

 

Example

[Settings]

Priority=Computers, Default

 

[Default]

OSInstall=YES

ScanStateArgs=/v:5 /o /c

LoadStateArgs=/v:5 /c /lac

 

[Computers]

SQLServer=NYC-SQL-01

SQLShare=SQL$

Database=MDTDB

Instance=MDT2010

Table=Computers

Parameters=SerialNumber, AssetTag

ParameterCondition=OR

 

Related Topics

Property Definition