Skip to content

tabs-not-spaces/Intune-Group-Policy-Preferences-Utility

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intune Group Policy Preferences Utility

About

Export an existing Group Policy that contains Group Policy Preferences to a JSON file. Then use the JSON file as a rules list for PowerShell to process entries just like GPP does.

Syntax

#Generate JSON Rules File(s)
.\Admin\Convert-GPPtoJSON -GPOName "My GPO" -ExportPath ".\Rules"

#Process the rules file on a client
Process-RegistryPreferenceRules -GPPLogKeyPath "HKLM:\SOFTWARE\ASD\GPP" -Path ".\Rules" -RulesFileName "My GPO.JSON"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%