Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The "Apply local connection security rules" box is missing from the "Customize Settings for the Domain Profile" dialog box in the French version of Windows Server 2008


View products that this article applies to.

Symptoms

When you open the Customize Settings for the Domain Profile dialog box in Windows Server 2008, you notice that the following box under Rule merging is missing:
Apply local connection security rules
Therefore, you cannot modify the rule merging settings.

This problem occurs in the French version of Windows Server 2008.

↑ Back to the top


Workaround

To work around this issue, use the netsh command to enable or disable the local merge behavior for connection security firewall rules. To do this, follow these steps:
  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type netsh, and then press ENTER.
  3. Type advfirewall, and then press ENTER.
  4. At the netsh advfirewall command prompt, type the following command to connect to the Group Policy object that is used to distribute the connection security rules, and then press ENTER:
    set store gpo=contoso.com\GroupPolicyObject
    Note In the command in step 4, contoso.com and Group Policy Object are placeholders. If the Group Policy object name contains spaces, type quotation marks around the Group Policy object. For example, type a command that resembles the following:
    set store gpo="corp.contoso.com\Group Policy Object 1"
  5. To enable local merging of connection security rules, type the following command at the netsh advfirewall command prompt:
    set allprofiles settings localconsecrules enable
  6. To disable local merging of connection security rules, type the following command at the netsh advfirewall command prompt:
    set allprofiles settings localconsecrules disable

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

To view the Customize Settings for the Domain Profile dialog box in Windows Server 2008, follow these steps:
  1. Click Start, click Run, type wf.msc, and then click OK.
  2. In the navigation pane, click Windows Firewall with Advanced Security, and then click Properties in the details pane.
  3. Click the Domain Profile tab, and then click Customize in the Settings area.
  4. In the Customize Settings for the Domain Profile dialog box, examine the boxes that appear in the Rule merging area.

↑ Back to the top


Keywords: KB945964, kbexpertisebeginner, kbpending, kbprb, kbbug, kbtshoot

↑ Back to the top

Article Info
Article ID : 945964
Revision : 3
Created on : 1/11/2008
Published on : 1/11/2008
Exists online : False
Views : 239