This property is used to override the default path to the folder in which the GPO packs reside. The path specified in this property is relative to the Templates\GPOPacks folder in a distribution share. MDT automatically scans a specific subfolder of this folder based on the operating system being deployed to the target computer, such as Templates\GPOPacks\operating_system (where operating_system is the operating system being deployed). Table 3 list the supported operating systems and the subfolders that correspond to each operating system.

Table 3. Windows Operating Systems and Corresponding GPO Pack Subfolder

Operating system

GPO pack subfolder

Windows 7 with SP1

Win7SP1-MDTGPOPack

Windows Vista with SP2

WinVistaSP2-MDTGPOPack

Windows Server 2008 R2

WS2008R2SP1-MDTGPOPack

Windows Server 2008 SP2

WS2008SP2-MDTGPOPack

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

 

 

Value

Description

path

The path relative to the distribution_share\Templates\GPOPacks folder (where distribution_share is the root folder of the distribution share. The default value is the distribution_share\Templates\GPOPacks\operating_system folder (where operating_system is a subfolder based on the operating system version).

In the example below, setting the GPOPackPath property to a value of "Win7-HighSecurity" configures MDT to use the distribution_share\Templates\GPOPacks\Win7-HighSecurity folder as the folder where the GPO packs are stored.

 

Example

[Settings]

Priority=Default

 

[Default]

GPOPackPath=Win7-HighSecurity

 

Related Topics

Property Definition