This is an old revision of the document!
Login scripts run in the security context of the user logging in and are therefore not suitable for manipulating the Windows Firewall.
You can use Computer Startup scripts as they run as the LocalSystem account.
http://technet.microsoft.com/en-us/library/bb490626.aspx
http://technet.microsoft.com/en-us/library/bb490616.aspx
Edit an existing or create a new Group Policy Object (GPO)
Computer Configuration → Administrative Templates → Network → Network Connections → Windows Firewall
Choose the proper profile to modify, Standard or Domain, if you are on a domain-based network.
Here are some settings to:
Setting | Enabled | Other Settings |
---|---|---|
Windows Firewall: Protect all network connections | enabled | |
Windows Firewall: Allow remote administration exception | enabled | IP address of your management host |
Windows Firewall: Allow ICMP exceptions | enabled | Allow inbound echo request |
Windows Firewall: Allow Remote Desktop exception | enabled | comma separated list of allowed IP addresses or networks |
Windows Firewall: Define port exceptions | enabled | 135:TCP:*:enabled:TCP_135 135:UDP:*:enabled:UDP_135 |