FirewallGroup specifies a Windows® Firewall group.

Child Elements

Active

Specifies whether a Windows Firewall group is active.

Group

Specifies a Windows Firewall group name

Key

Specifies a unique name that you can use to identify the Firewall group.

Profile

Specifies a Windows Firewall group profile.

Parent Hierarchy

Valid Passes

specialize

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Networking-MPSSVC-Svc.

XML Example

The following XML output shows how to set Windows Firewall groups.

  Copy Code
<FirewallGroups>
	<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
	<Active>true</Active> 
	<Group>Remote Desktop</Group> 
	<Profile>all</Profile> 
   </FirewallGroup>
</FirewallGroups>

See Also

Concepts

FirewallGroups