-- FIND SYSTEMS WITH PRINT SPOOLER RUNNING
SELECT name, status, start_type, user_account,
CASE
WHEN status = 'RUNNING' THEN ' Exposed to unpatched vulnerabilities inc. PrintNightmare '
WHEN status = 'STOPPED' THEN ' NOT exposed to unpatched...