I want to force the in-house machines here to have their firewall disabled so I can manipulate them with scripts. Trying to do it with GPO, but it doesn't result in a disabled and greyed out firewall setting panel like I'd expect. Apparently I'm doing something wrong.
Here's what I've done:
- Created an OU to park the computer objects in. Moved a test box in there.
- Created a new Group Policy object, named "Firewall_Off"
- Select the newly created group policy.
- Right-click on the newly created policy and select Edit.
- Expand the Computer Configuration folder, then the Administrative Templates folder.
- Expand the Network folder, then the Network Connections folder, then the Windows Firewall folder.
- Select the Standard Profile folder.
- Double-click the Windows Firewall: Protect all network connections option.
- Select Disabled, then click OK.
- Select the Domain Profile folder.
- Double-click the Windows Firewall: Protect all network connections option.
- Select Disabled, then click OK.
- Close the Group Policy dialog box.
I assume that this should then apply the group policy of "protect all network connections = Disable" to any computer object inside that OU. I've done this before for audit policies with success.
Rebooted the test machine. Firewall control panel remains user managed. Ran gpupdate repeatedly. Rebooted repeatedly. No change.
Clue?