The number of the port that should be used when connecting to the SQL Server database instance that is used for querying property values from columns in the table specified in the Table property. The database resides on the computer specified in the SQLServer property. The instance of SQL Server on the computer is specified in the Instance property. The port used during connection is specified in the Port property.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
˜ |
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
port |
The number of the port used when connecting to SQL Server |
Example |
[Settings] Priority=Computers, Default
[Default] OSInstall=YES
[Computers] SQLServer=NYC-SQL-01 Database=MDTDB Instance=MDT2010 Port=1433 Table=Computers Parameters=SerialNumber, AssetTag ParameterCondition=OR |
Related Topics