Skip to content

Puppet type/provider for managing Windows audit policies via auditpol.exe

License

Notifications You must be signed in to change notification settings

simp/pupmod-simonfuher-auditpol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Puppet type/provider for managing Windows audit policies via auditpol.exe

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 89.8%
  • Puppet 10.2%