Control: Audit Windows machines missing any of specified members in the Administrators group
Description
Requires that prerequisites are deployed to the policy assignment scope. Machines are non-compliant if the local Administrators group does not contain one or more members that are listed in the policy parameter.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.compute_vm_administrators_group_with_no_specified_members_windows
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.compute_vm_administrators_group_with_no_specified_members_windows --share
SQL
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;