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 / DFS.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  26 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="DFSDiscoverDC">Sets how often a DFS Client discovers DC's</string>
  9.       <string id="DFSDiscoverDC_Help">Allows you to configure how often a Distributed File System (DFS) client attempts to discover domain controllers on their network.
  10.  
  11. By default, a DFS client attempts to discover domain controllers every 15 minutes.
  12.  
  13. If you enable this setting, you can configure how often a DFS client attempts to discover domain controllers. This value is specified in minutes.
  14.  
  15. If you disable this setting or do not configure it, the default value of 15 minutes applies.
  16.  
  17. Note: The minimum value you can select is 15 minutes. If you try to set this setting to a value less then 15 minutes, the default value of 15 minutes is applied.</string>
  18.     </stringTable>
  19.     <presentationTable>
  20.       <presentation id="DFSDiscoverDC">
  21.         <decimalTextBox refId="DFSDiscoverDialog" defaultValue="15">Time in minutes:</decimalTextBox>
  22.       </presentation>
  23.     </presentationTable>
  24.   </resources>
  25. </policyDefinitionResources>
  26.