Control: 1.1.3.15 Ensure disable desktop/screen share for users is set to enabled (Manual)
Description
Disable desktop or screen share in a meeting and only allow sharing of selected applications.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_1_3_15
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_1_3_15 --share
SQL
This control uses a named query:
select account_id as resource, 'info' as status, 'No API available, manual verification required.' as reasonfrom zoom_my_user;