LogoLogo
OSDeploy.comTwitterGitHub
  • Overview
  • OSDeploy Home
  • Download
    • Release Notes
    • GitHub
    • LGPO
    • OSDeploy PowerShell Module
  • Docs
    • Deployment
      • ConfigMgr New PC TS Package
      • ConfigMgr New PC TS Unattend.xml
      • ConfigMgr New PC TS Provisioning Package
      • MDT New PC TS
    • Customize
      • Alpha
      • Apps
      • Background
      • LocalPolicy
        • ImportGPO
        • ImportTXT
        • LGPO
        • Import-GPO.ps1
      • RegistryXML
      • Scripts
      • Start
      • Theme
      • Zeta
    • Group Policies
      • Best Practices
        • Edit Local Policy with Reg Keys
      • Active Directory GPO
      • Build a Domain Controller
      • Update ADMX Templates
      • Local vs Domain Policies
      • Import OSDeploy GPOs
      • Edit OSDeploy Branding GPO
    • Provisioning Packages
      • PowerShell Script to PPKG
      • OSConfig to PPKG
    • Registry
      • Group Policy Preferences
      • GPP Registry.xml
      • RegistryXML Files
      • Convert REG to RegistryXML
      • Apply RegistryXML Files
    • How To
      • Theme Customization
Powered by GitBook
On this page
  • GPO Unique ID
  • Sysvol
  • Read GPP Registry.xml
  • Apply GPP Registry.xml

Was this helpful?

  1. Docs
  2. Registry

GPP Registry.xml

PreviousGroup Policy PreferencesNextRegistryXML Files

Last updated 5 years ago

Was this helpful?

Let's take a look at Group Policy Preferences Registry.xml . . .

GPO Unique ID

Every GPO has a Unique ID (GUID). This can be found in the GPO Details

Sysvol

In the Domain Sysvol, the Unique ID is in the Policies. If you have set a GPP Registry item, all the Registry entries are saved in a file called Registry.xml.

Read GPP Registry.xml

If you have installed the OSDeploy PowerShell Module . . .

You can easily read the GPP Registry.xml file in PowerShell

Apply GPP Registry.xml

OSConfig automatically applies Group Policy Preferences Registry.xml when the GPO is added into the LocalPolicy Customization

​

Last updated Wed Sep 05 2018 06:33:56 GMT+0000 (UTC)