Control: Windows machines should meet requirements for 'Windows Firewall Properties'
Description
Windows machines should have the specified Group Policy settings in the category 'Windows Firewall Properties' for firewall state, connections, rule management, and notifications. 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_firewall_properties_windowsSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.compute_vm_meet_firewall_properties_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;