| Wireless | Stored in AD, under the GPC container for a given GPO, within the path: CN=wireless,CN=Windows, CN=Microsoft,CN=Machine | Wireless policies are stored in AD as objects of class msieee80211-Policy. Because this class is only supported in Windows Server 2003 AD domains, wireless policy can only be defined in such domains, even though XP clients can process them. |
| Folder Redirection | Stored in SYVOL, under the GPT container for a given GPO. FR policy is stored in a file called fdeploy.ini in the sub-folder User\Documents & Settings within the GPT. | |
| Administrative Template Policy | Stored in SYSVOL, under the GPT container for a given GPO. AT policy is stored in a file called registry.pol, which can be defined per user and per computer. Within a given GPT, if you’ve defined both user and computer AT policy, you will see a registry.pol file under both the user and machine sub-folders. | ADMs file that are in use by a given GPO are stored with the GPO in the GPT. You’ll find them in a folder called ADM, off the root of the GPT for a given GPO. Thus, each GPO that sets AT policy will store its own copy of the ADM files used to edit it, even if they are the same as another GPO. |
| Disk Quota | Stored in SYSVOL, under the GPT container for a given GPO. Disk quota policy is also stored in registry.pol, however, you’ll only find it in the copy of registry.pol stored under the machine folder, as this is a per-machine policy only. | |
| QoS Packet Scheduler | Stored in SYSVOL, under the GPT container for a given GPO. QoS policy is also stored in registry.pol, however, you’ll only find it in the copy of registry.pol stored under the machine folder, as this is a per-machine policy only. | |
| Startup/Shutdown & Logon/Logoff Scripts | Stored in SYSVOL under the GPT container for a given GPO. Machine-specific scripts are stored in the machine\scripts\startup; machine\scripts\shutdown folders. User-specific scripts are stored in the user\logon and user\logoff folders. | Note that script files themselves do not have to be stored in SYSVOL. You can reference scripts located anywhere on your network, as long as they are accessible to the computer or user. The scripts.ini file found in the computer\scripts folder and user\scripts folder in SYSVOL contains the actual references to any scripts that you’ve defined. |
| Internet Explorer Maintenance and Zonemapping | Stored in SYSVOL under the GPT container for a given GPO. Specifically IE Maintenance settings are stored in the GPT under the \User\Microsoft\IEAK folder. | Basic “branding” settings are stored in a file under this folder called install.ins. Security zone settings are stored in a sub-folder called Branding, and are stored as .inf files. |
| Security Settings | Stored in SYSVOL under the GPT container for a given GPO. Security settings are stored in the Machine\Microsoft\Windows NT\SecEdit folder in a file called GptTmpl.inf | The format of this file is identical to those created when you use the MMC security templates editor to create a security template. |
| Software Installation | Stored in both the GPC and GPT. Within the GPT, deployed package information is stored under the container machine (or user)\Applications, within an “Application Advertisement File” or .AAS file. Within the GPC, a special object of class packageRegistration is created for each application deployed. This object can be found in the GPC for a GPO under machine (or user)\Class Store\Packages | packageRegistration objects found in the GPC contain information such as the path to the MSI file, any transforms (modifications) that have been selected and whether the application is published or assigned. |
| IP Security | IP Sec policy is a special case—settings are stored as special objects strictly in AD but not within the GPC. Namely IPSec policy settings are stored under the CN=IP Security, CN=System container within a domain. So, IP Security settings are stored domain wide and can be referenced by any GPO in the domain. When you assign a particular IPSec policy to a GPO, an additional object is created within the GPC of the GPO—specifically, an ipsecPolicy object is created under the Machine\Microsoft\Windows container under the GPO. This object stores the association between the available IPSec policies in the domain and that GPO. |