TestimoX

API Reference

Command

Compare-ADXPolFile

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoLocal.PolDiff+Result

Compares two registry.pol files and returns added/removed/changed entries.

Examples

Authored help example

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 requiredposition: 0pipeline: false
Path to the old registry.pol.
NewPath string requiredposition: 1pipeline: false
Path to the new registry.pol.

Outputs

ADPlayground.Gpo.GpoLocal.PolDiff+Result