Re: Deploy Firewall Setting
From: Torgeir Bakken \(MVP\) (Torgeir.Bakken-spam_at_hydro.com)
Date: 10/19/04
- Next message: Colin Nash [MVP]: "Re: Is this newsgroup actually official per Microsoft?"
- Previous message: Fred: "Computer Freezes randomly since installing XP SP2"
- In reply to: Jeff: "Deploy Firewall Setting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 19 Oct 2004 23:27:12 +0200
Jeff wrote:
> I have a computer's XP Firewall setup the way I want it. Is their
> any way I can copy it's configuration to all my other computers?
Hi
There is no support for export/import settings in the Windows XP
Firewall.
You can display the settings like this (in a command prompt):
netsh.exe firewall show config
For a more detailed listing:
netsh.exe firewall show config verbose = ENABLE
Redirect to a file like this:
netsh.exe firewall show config verbose = ENABLE >fw_cfg.txt
You can e.g. create a batch file and run netsh.exe commands there
to configure the firewall on all computers.
The netsh.exe syntax is documented in WF_XPSP2.doc.
WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft
Windows XP with Service Pack 2" is downloadable from
http://www.microsoft.com/downloads/details.aspx?familyid=4454e0e1-61fa-447a-bdcd-499f73a637d1
-- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scriptcenter/default.mspx
- Next message: Colin Nash [MVP]: "Re: Is this newsgroup actually official per Microsoft?"
- Previous message: Fred: "Computer Freezes randomly since installing XP SP2"
- In reply to: Jeff: "Deploy Firewall Setting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|