‎07-08-2015 10:09 PM
SELECT [Computer], Started
FROM [lansweeperdb].[dbo].[tblServices] inner join
lansweeperdb .dbo.tblComputers on tblServices .Computername = tblComputers .Computername where
tblServices .caption = 'Windows Firewall/Internet Connection Sharing (ICS)'
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile
\EnableFirewall=0 (DWORD data type)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile
\EnableFirewall=0 (DWORD data type)
Solved! Go to Solution.
‎07-10-2015 02:44 PM
‎07-16-2015 09:38 PM
‎07-10-2015 02:44 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now