A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to detect if the Windows XP firewall is enabled on my LAN computers ?



 
 
Thread Tools Display Modes
  #1  
Old December 18th 08, 10:17 AM posted to microsoft.public.windowsxp.general
Eric[_12_]
external usenet poster
 
Posts: 10
Default How to detect if the Windows XP firewall is enabled on my LAN computers ?

Hi,

a lot of users in our LAN have admin rights (I know it's bad but please
it is like that, so please dont blame me about that ).

Some of them have the Windows XP firewall enabled and not configured
correctly. By the way, I am not able to detect those computers on the
network through a ping and I cannot force a group policy because the
firewall is blocking the trafic too; neither remotely request a service
state etc...

My question is : How can I detect computers that are running XP
firewall ?

Thanks in advance

--
Eric


Ads
  #2  
Old December 18th 08, 12:13 PM posted to microsoft.public.windowsxp.general
Malke[_2_]
external usenet poster
 
Posts: 4,341
Default How to detect if the Windows XP firewall is enabled on my LAN computers ?

Eric wrote:

Hi,

a lot of users in our LAN have admin rights (I know it's bad but please
it is like that, so please dont blame me about that ).

Some of them have the Windows XP firewall enabled and not configured
correctly. By the way, I am not able to detect those computers on the
network through a ping and I cannot force a group policy because the
firewall is blocking the trafic too; neither remotely request a service
state etc...

My question is : How can I detect computers that are running XP
firewall ?


If you can't access the machines remotely, you'll need to go on-site and fix
them. If you have assigned static IP addresses, obviously the ones you
can't ping are the problem machines. Otherwise it's just trial and error,
comparing machines you can reach to the ones you can't on your inventory
list. Unless you're talking about thousands of machines, probably easier to
just go on-site or have someone at the remote site sit at the machines and
talk to you on the phone.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ

  #3  
Old December 18th 08, 02:11 PM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)[_2739_]
external usenet poster
 
Posts: 1
Default How to detect if the Windows XP firewall is enabled on my LAN computers ?


"Eric" wrote in message
. ..
Hi,

a lot of users in our LAN have admin rights (I know it's bad but please it
is like that, so please dont blame me about that ).

Some of them have the Windows XP firewall enabled and not configured
correctly. By the way, I am not able to detect those computers on the
network through a ping and I cannot force a group policy because the
firewall is blocking the trafic too; neither remotely request a service
state etc...

My question is : How can I detect computers that are running XP firewall ?

Thanks in advance

--
Eric


You could insert the following lines into your logon script. I have numbered
the lines so that you can unwrap them correctly.

1. @echo off
2. set
Key=HKLM\SYSTEM\CurrentControlSet\Services\SharedA ccess\Parameters\FirewallPolicy\StandardProfile
3. reg query %Key% | find /i "EnableFirewall" | find /i "0x1" nul && goto
:eof
4. echo %date% %time% %UserName% %computername%
\\YourServer\SomeShare\SomeFolder\FW.txt

The file \\YourServer\SomeShare\SomeFolder\FW.txt will accumulate a list of
workstations that have the firewall disabled.

By the way, I suggest you resolve the issue of local administrators by
negotiating with the respective managers. If you have a bunch of primadonnas
who insist on running their PCs they way they think best then sooner or
later you're going to be hit by something big and bad. When making your case
then you must outline the likely consequences of users being allowed to make
their own security adjustments - in writing so that you won't be the fall
guy when the sh... hits the fan.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 08:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.