SkillAgentSearch skills...

WindowsAdmxParser

Module to parse Admx Policies Settings from a given PolicyDefinitions folder.

Install / Use

/learn @innovatodev/WindowsAdmxParser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WindowsAdmxParser

Module to parse Admx Policies Settings from a given PolicyDefinitions folder.

It automatically uses found languages (en-GB, fr-FR, etc.), and fallbacks to en-US when necessary.

HowTo

Install it:

Install-Module -Name WindowsAdmxParser

Or simply import it:

Import-Module .\Module\WindowsAdmxParser.psd1 -Force

Examples

$Policies = Invoke-WindowsAdmxParser -DefinitionsPath "C:\Windows\PolicyDefinitions" -IgnoredAdmx "inetres"
$Policies | ConvertTo-Json -Depth 100 | Out-File "$env:USERPROFILE\Downloads\AllPolicies.json" -Force

Parses local computer's Definitions, ignoring "Internet Explorer" policies and then export them to JSON inside of user's Downloads folder.

<div align="center">

showcase1

</div>

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3mo ago
Forks0

Languages

PowerShell

Security Score

87/100

Audited on Dec 22, 2025

No findings