The name of a shared folder on the computer running SQL Server (specified by the SQLServer property). The credentials used for authentication are provided by the UserDomain, UserID, and UserPassword properties (for LTI and ZTI) or by the Configuration Manager Advanced Client account credentials (ZTI only).

Note   This property must be specified to perform Integrated Windows authentication. This is the recommended authentication method, rather than using the DBID and DBPwd properties (which support the SQL Server authentication method).

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

˜

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

 

 

ZTI

˜

 

Value

Description

shared_folder

The name of a shared folder on the computer running SQL Server

 

Example

[Settings]

Priority=Computers, Default

Properties=MyCustomProperty

 

[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