Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Networking-MPSSVC-Svc | FirewallGroups | FirewallGroup | Profile
Valid configuration 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.
<FirewallGroups>
<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
<Active>true</Active>
<Group>@FirewallAPI.dll,-28752</Group>
<Profile>all</Profile>
</FirewallGroup>
</FirewallGroups>