Forge Home

auditpol

manage Windows audit policies

33,069 downloads

33,069 latest version

4.4 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
released Apr 15th 2014
This version is compatible with:
  • Windows
This module has been deprecated by its author since Nov 13th 2018.

The reason given was: autostructure-auditpol

Start using this module

Documentation

jonono/auditpol — version 0.1.2 Apr 15th 2014

puppet-auditpol

puppet-auditpol is a Puppet type/provider to manage audit policies on Windows using auditpol.exe.

example:

auditpol { 'Account Lockout':
  success => 'enable',
  failure => 'disable',
}

results in

  PS C:\Windows\system32> auditpol /get /subcategory:"Account Lockout"
  System audit policy

  Category/Subcategory                      Setting
  Logon/Logoff
    Account Lockout                         Success