
Description: This osquery command will list the status of the Microsoft Defender Firewall.
SQL:
SELECT display_name, status, start_type
FROM services
WHERE LOWER(name) = "mpssvc";
Operating Systems: Windows only
Reference:
Description: This osquery command will list the status of the Microsoft Defender Firewall.
SQL:
SELECT display_name, status, start_type
FROM services
WHERE LOWER(name) = "mpssvc";
Operating Systems: Windows only
Reference: