Profile specifies the profile of a FirewallGroup.

Values

all

Specifies all profiles.

domain

Specifies the domain profile. This is the default value.

private

Specifies the private profile.

public

Specifies the public profile.

Parent Hierarchy

Valid Passes

specialize

Applies To

For the 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

FirewallGroup