home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / LinkLayerTopologyDiscovery.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  4KB  |  45 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="LLTD_Category">Link-Layer Topology Discovery</string>
  9.       <string id="LLTD_Category_Help">Configures all Link-Layer Topology Discovery components.</string>
  10.       <string id="LLTD_EnableLLTDIO">Turn on Mapper I/O (LLTDIO) driver</string>
  11.       <string id="LLTD_EnableLLTDIO_Help">This policy setting turns on the Mapper I/O network protocol driver.
  12.  
  13. LLTDIO allows a computer to discover the topology of a network it's connected to. It also allows a computer to initiate Quality-of-Service requests such as bandwidth estimation and network health analysis.
  14.  
  15. If you enable this policy setting, additional options are available to fine-tune your selection. You may choose the "Allow operation while in domain" option to allow LLTDIO to operate on a network interface that's connected to a managed network. On the other hand, if a network interface is connected to an unmanaged network, you may choose the "Allow operation while in public network" and "Prohibit operation while in private network" options instead.
  16.  
  17. If you disable this policy setting, LLTDIO will not participate in any of the activities described above.
  18.  
  19. If you do not configure this policy setting, LLTDIO will be enabled with all options turned on at all times.</string>
  20.       <string id="LLTD_EnableRspndr">Turn on Responder (RSPNDR) driver</string>
  21.       <string id="LLTD_EnableRspndr_Help">This policy setting turns on the Responder network protocol driver.
  22.  
  23. The Responder allows a computer to participate in Link Layer Topology Discovery requests so that it can be discovered and located on the network. It also allows a computer to participate in Quality-of-Service activities such as bandwidth estimation and network health analysis.
  24.  
  25. If you enable this policy setting, additional options are available to fine-tune your selection. You may choose the "Allow operation while in domain" option to allow the Responder to operate on a network interface that's connected to a managed network. On the other hand, if a network interface is connected to an unmanaged network, you may choose the "Allow operation while in public network" and "Prohibit operation while in private network" options instead.
  26.  
  27. If you disable this policy setting, the Responder will not participate in any of the activities described above.
  28.  
  29. If you do not configure this policy setting, the Responder will be enabled with all options turned on at all times.</string>
  30.     </stringTable>
  31.     <presentationTable>
  32.       <presentation id="LLTD_EnableLLTDIO">
  33.         <checkBox refId="LLTD_EnableLLTDIO_AllowOnDomain">Allow operation while in domain</checkBox>
  34.         <checkBox refId="LLTD_EnableLLTDIO_AllowOnPublicNet">Allow operation while in public network</checkBox>
  35.         <checkBox refId="LLTD_EnableLLTDIO_ProhibitOnPrivateNet">Prohibit operation while in private network</checkBox>
  36.       </presentation>
  37.       <presentation id="LLTD_EnableRspndr">
  38.         <checkBox refId="LLTD_EnableRspndr_AllowOnDomain">Allow operation while in domain</checkBox>
  39.         <checkBox refId="LLTD_EnableRspndr_AllowOnPublicNet">Allow operation while in public network</checkBox>
  40.         <checkBox refId="LLTD_EnableRspndr_ProhibitOnPrivateNet">Prohibit operation while in private network</checkBox>
  41.       </presentation>
  42.     </presentationTable>
  43.   </resources>
  44. </policyDefinitionResources>
  45.