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
  • ImportGPO
  • ImportTXT
  • LGPO
  • Import-GPO.ps1
  • Import-TXT.ps1

Was this helpful?

  1. Docs
  2. Customize

LocalPolicy

PreviousBackgroundNextImportGPO

Last updated 5 years ago

Was this helpful?

LocalPolicy is the bridge to bringing your Group Policy Objects into Local Policy. Currently Group Policy and Registry Group Policy Preferences are applied using OSConfig and the Import-GPO.ps1

LGPO.exe is required for LocalPolicy to apply. This is not included in the OSConfig download

ImportGPO

GPO Backups or GPO copies from Sysvol placed in this directory will be applied to Local Policy using Import-GPO.ps1

ImportTXT

LGPO Text files placed in this directory will be processed by LGPO.exe using Import-TXT.ps1

LGPO

Directory containing LGPO.exe as detailed on this link

Import-GPO.ps1

Script to process GPO files contained in the ImportGPO directory

Import-TXT.ps1

Script to process LGPO Text files contained in the ImportTXT directory

​

​

​