Active
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
Active
specifies whether a FirewallGroup is active.
Values
true |
Specifies that a Windows® Firewall group is active. |
false |
Specifies that a Windows Firewall group is not active. This is the default value. |
Parent Hierarchy
Networking-MPSSVC-Svc | FirewallGroups | FirewallGroup | Active
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.
<FirewallGroups>
<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
<Active>true</Active>
<Group>Remote Desktop</Group>
<Profile>all</Profile>
</FirewallGroup>
</FirewallGroups>