Control: Windows machines should meet requirements for 'Security Options - Audit'
Description
Windows machines should have the specified Group Policy settings in the category 'Security Options - Audit' for forcing audit policy subcategory and shutting down if unable to log security audits. This policy requires that the Guest Configuration prerequisites have been deployed to the policy assignment scope.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.compute_vm_meet_security_option_audit_requirement_windowsSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.compute_vm_meet_security_option_audit_requirement_windows --shareSQL
This control uses a named query:
select id as resource, 'info' as status, 'Manual verification required. Check control description for more details.' as reason, display_name as subscriptionfrom azure_subscription;