An open API service indexing awesome lists of open source software.

https://github.com/autostructure/auditpol


https://github.com/autostructure/auditpol

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# puppet-auditpol

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

## example:

```puppet
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
```