Control: 3.1.1.2.1 Ensure new users need to change their passwords upon first sign-in is set to enabled (Manual)
Description
New users need to change their passwords upon first sign-in.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_3_1_1_2_1
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_3_1_1_2_1 --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;