I found the solution:
Within the GPO Editor:
- Computer Configuration
- Network
- Network Connections
- Windows Firewall
Disable "Windows Firewall: Protect all network connections" within the Domain Profile and the Standard Profile.
Please refund the points and close this question.
Main Topics
Browse All Topics





by: vsg375Posted on 2007-10-03 at 12:57:12ID: 20009542
Hi,
A possible alternative could be to use a logon / logoff script.
When logging in, the login script is executed : netsh firewall set opmode enable.
When the user logs out of the domain, the logoff script is executed : netsh firewall set opmode disable.
HTH
Cheers