home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / WindowsRemoteManagement.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  7KB  |  128 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitions 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.   <policyNamespaces>
  5.     <target prefix="windowsremotemanagement" namespace="Microsoft.Policies.WindowsRemoteManagement" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="WinRM" displayName="$(string.WinRM)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.     <category name="WinRMClient" displayName="$(string.WinRMClient)">
  14.       <parentCategory ref="WinRM" />
  15.     </category>
  16.     <category name="WinRMService" displayName="$(string.WinRMService)">
  17.       <parentCategory ref="WinRM" />
  18.     </category>
  19.   </categories>
  20.   <policies>
  21.     <policy name="AllowBasic_2" class="Machine" displayName="$(string.AllowBasic)" explainText="$(string.AllowBasicClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowBasic">
  22.       <parentCategory ref="WinRMClient" />
  23.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  24.       <enabledValue>
  25.         <decimal value="1" />
  26.       </enabledValue>
  27.       <disabledValue>
  28.         <decimal value="0" />
  29.       </disabledValue>
  30.     </policy>
  31.     <policy name="AllowUnencrypted_2" class="Machine" displayName="$(string.AllowUnencrypted)" explainText="$(string.AllowUnencryptedMessagesClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowUnencryptedTraffic">
  32.       <parentCategory ref="WinRMClient" />
  33.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  34.       <enabledValue>
  35.         <decimal value="1" />
  36.       </enabledValue>
  37.       <disabledValue>
  38.         <decimal value="0" />
  39.       </disabledValue>
  40.     </policy>
  41.     <policy name="DisallowDigest" class="Machine" displayName="$(string.DisallowDigest)" explainText="$(string.DisallowDigestClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowDigest">
  42.       <parentCategory ref="WinRMClient" />
  43.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  44.       <enabledValue>
  45.         <decimal value="0" />
  46.       </enabledValue>
  47.       <disabledValue>
  48.         <decimal value="1" />
  49.       </disabledValue>
  50.     </policy>
  51.     <policy name="DisallowNegotiate_2" class="Machine" displayName="$(string.DisallowNegotiate)" explainText="$(string.DisallowNegotiateClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowNegotiate">
  52.       <parentCategory ref="WinRMClient" />
  53.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  54.       <enabledValue>
  55.         <decimal value="0" />
  56.       </enabledValue>
  57.       <disabledValue>
  58.         <decimal value="1" />
  59.       </disabledValue>
  60.     </policy>
  61.     <policy name="DisallowKerberos_2" class="Machine" displayName="$(string.DisallowKerberos)" explainText="$(string.DisallowKerberosClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowKerberos">
  62.       <parentCategory ref="WinRMClient" />
  63.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  64.       <enabledValue>
  65.         <decimal value="0" />
  66.       </enabledValue>
  67.       <disabledValue>
  68.         <decimal value="1" />
  69.       </disabledValue>
  70.     </policy>
  71.     <policy name="TrustedHosts" class="Machine" displayName="$(string.TrustedHosts)" explainText="$(string.TrustedHostsHelp)" presentation="$(presentation.TrustedHosts)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="TrustedHosts">
  72.       <parentCategory ref="WinRMClient" />
  73.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  74.       <elements>
  75.         <text id="TrustedHosts_List" valueName="TrustedHostsList" maxLength="1024" />
  76.       </elements>
  77.     </policy>
  78.     <policy name="AllowAutoConfig" class="Machine" displayName="$(string.AllowAutoConfig)" explainText="$(string.AutoConfigHelp)" presentation="$(presentation.AllowAutoConfig)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowAutoConfig">
  79.       <parentCategory ref="WinRMService" />
  80.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  81.       <elements>
  82.         <text id="AllowAutoConfig_IPv4Filter" valueName="IPv4Filter" maxLength="1024" />
  83.         <text id="AllowAutoConfig_IPv6Filter" valueName="IPv6Filter" maxLength="1024" />
  84.       </elements>
  85.     </policy>
  86.     <policy name="AllowBasic_1" class="Machine" displayName="$(string.AllowBasic)" explainText="$(string.AllowBasicServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowBasic">
  87.       <parentCategory ref="WinRMService" />
  88.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  89.       <enabledValue>
  90.         <decimal value="1" />
  91.       </enabledValue>
  92.       <disabledValue>
  93.         <decimal value="0" />
  94.       </disabledValue>
  95.     </policy>
  96.     <policy name="AllowUnencrypted_1" class="Machine" displayName="$(string.AllowUnencrypted)" explainText="$(string.AllowUnencryptedMessagesServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowUnencryptedTraffic">
  97.       <parentCategory ref="WinRMService" />
  98.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  99.       <enabledValue>
  100.         <decimal value="1" />
  101.       </enabledValue>
  102.       <disabledValue>
  103.         <decimal value="0" />
  104.       </disabledValue>
  105.     </policy>
  106.     <policy name="DisallowNegotiate_1" class="Machine" displayName="$(string.DisallowNegotiate)" explainText="$(string.DisallowNegotiateServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowNegotiate">
  107.       <parentCategory ref="WinRMService" />
  108.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  109.       <enabledValue>
  110.         <decimal value="0" />
  111.       </enabledValue>
  112.       <disabledValue>
  113.         <decimal value="1" />
  114.       </disabledValue>
  115.     </policy>
  116.     <policy name="DisallowKerberos_1" class="Machine" displayName="$(string.DisallowKerberos)" explainText="$(string.DisallowKerberosServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowKerberos">
  117.       <parentCategory ref="WinRMService" />
  118.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  119.       <enabledValue>
  120.         <decimal value="0" />
  121.       </enabledValue>
  122.       <disabledValue>
  123.         <decimal value="1" />
  124.       </disabledValue>
  125.     </policy>
  126.   </policies>
  127. </policyDefinitions>
  128.