TestimoX

API Reference

Command

Import-ADXAuditPolicy

Namespace ADPlayground.PowerShell

Imports Advanced Audit Policy from an auditpol.exe CSV backup into Local GPO (Machine scope) by writing registry.pol.

Examples

Authored help example

Example 1: Import auditpol CSV to Machine LGPO


Import-ADXAuditPolicy C:\in\audit.csv
        

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

Import-ADXAuditPolicy -Path <string> [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
Path to auditpol.exe CSV export.