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!
How to migrate Windows Server 2008 (and Windows 7) firewall exceptions to a new environment?
Specifically:
Is if possible to use scripts like powershell?
Thanks!
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").
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.