API Reference
Command
Compare-ADXPolFile
Compares two registry.pol files and returns added/removed/changed entries.
Examples
Example 1
Compare-ADXPolFile -OldPath .\old\Registry.pol -NewPath .\new\Registry.pol | Format-List
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Compare-ADXPolFile -OldPath <string> -NewPath <string> [<CommonParameters>]#Parameters
- OldPath string
- Path to the old registry.pol.
- NewPath string
- Path to the new registry.pol.
Outputs
ADPlayground.Gpo.GpoLocal.PolDiff+Result