Windows Firewall
Script makes a powershell query to enable SMBv1.
Read MoreScript makes a powershell query to disable SMBv1.
Read MoreScript makes a powershell query to get SMBv1 status. Writes result to procedure log. Can report using $smbv1$
Read MoreDisables Windows firewall using netsh command. Works on most windows operating systems. Currently unsupported are: Windows 98 and older, Windows 2000/NT/ME.
Read MoreEnables windows firewall using netsh command. Works on most windows operating systems. Currently unsupported are: Windows 98 and older, Windows 2000/NT/ME.
Read MoreChecks Firewall status by running the following command “netsh firewall show state” writes results to txt file which is then wrote to script log and deleted if successful. Able to report by filtering Agent Procedure logs for $Firewall$=All entries regarding Windows Firewall, $Audit$=All entries regarding all audit scripts.
Read MoreScript runs “netsh firewall show opmode” command then determines if Windows Firewall is enabled or disabled and writes info into Agent Procedure log. Able to report by filtering Agent Procedure log for $Firewall$-All firewall entries, $FirewallON$-All entries with firewall enabled, $FirewallOFF$-All entries with firewall disabled, $Audit$-All entries regarding audit scripts.
Read More