Closed michaeltlombardi closed 8 years ago
It would be useful to be able to verify existing audit policies (as seen/managed by auditpol.exe) using poshspec.
auditpol.exe
$results = AuditPolicy System 'Security System Extension' { Should Be 'Success' }
It would be useful to be able to verify existing audit policies (as seen/managed by
auditpol.exe
) using poshspec.