Firewall Groups XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to set up Windows Firewall groups in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to set two Windows Firewall groups. The first group is set using the name of the group. The second is set using information from the @FirewallAPI.dll file.

<FirewallGroups>
   <FirewallGroup wcm:action="add" wcm:keyValue="WindowsMediaPlayer">
      <Active>true</Active> 
      <Group>Windows Media Player</Group> 
      <Profile>all</Profile> 
   </FirewallGroup>
   <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
      <Active>true</Active> 
      <Group>@FirewallAPI.dll,-28752</Group> 
      <Profile>all</Profile> 
   </FirewallGroup>
</FirewallGroups>

See Also

Reference

Networking-MPSSVC-Svc
Active
Group
Profile