0

How to migrate Windows Server 2008 (and Windows 7) firewall exceptions to a new environment?

Specifically:

  • SQL Server
  • Subversion
  • remote access?

Is if possible to use scripts like powershell?

Thanks!

splattne
  • 28,508
  • 20
  • 98
  • 148
Oscar Cabrero
  • 193
  • 1
  • 2
  • 9

2 Answers2

1

wf.msc allows remote management of Windows Firewall running on other computers. You could connect and then use copy/paste to paste rules to the remote machine.

The easier alternative though is to use Windows Firewall's import/export feature (either via wf.msc or through netsh: "netsh advfirewall export c:\somedir\rules.wfw").

1

I did an export and import by selecting the rule and clicking copy. I then RDP'd into the other servers, opened Firewall rules and clicked paste. It copied the rule. I also did this with four other servers.

SeanKnowes
  • 11
  • 1