ticketmaster / poshspec

Infrastructure Testing DSL running in Pester
MIT License
183 stars 32 forks source link

Additional Test: AuditPolicy #31

Closed michaeltlombardi closed 8 years ago

michaeltlombardi commented 8 years ago

It would be useful to be able to verify existing audit policies (as seen/managed by auditpol.exe) using poshspec.

$results = AuditPolicy System 'Security System Extension' { Should Be 'Success' }