‎09-19-2008 12:53 PM
‎05-04-2009 11:29 PM
‎05-04-2009 11:06 PM
‎05-04-2009 10:50 PM
‎05-04-2009 08:17 PM
‎05-04-2009 08:55 PM
Dave G wrote:
I stopped the Lansweeper service, restarted it, logged onto a pc that I know has the firewall still enabled then checked the webpage to see if it reported the pc as not having the firewall disabled but the pc doesn't show.
Is there anything I may have missed in the code that would prevent the pc from showing?
‎05-04-2009 04:08 PM
‎09-25-2008 12:04 PM
‎09-22-2008 01:45 PM
SELECT dbo.tblComputers.Computername, dbo.tblServices.Caption, dbo.tblServices.Started, dbo.tblServices.Startmode
FROM dbo.tblComputers INNER JOIN
dbo.tblServices ON dbo.tblComputers.Computername = dbo.tblServices.Computername
WHERE (dbo.tblServices.Caption = 'Windows Firewall/Internet Connection Sharing (ICS)') AND (dbo.tblServices.Startmode = 'Disabled')
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now