Checks that the SMBv1 client is disabled.
Use the policy below to verify
SELECT 1 FROM windows_optional_features WHERE name = 'SMB1Protocol-Client' AND state != 1;
Share