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 >
Wrap
Extensible Markup Language
|
2008-01-19
|
7KB
|
128 lines
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<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">
<policyNamespaces>
<target prefix="windowsremotemanagement" namespace="Microsoft.Policies.WindowsRemoteManagement" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<categories>
<category name="WinRM" displayName="$(string.WinRM)">
<parentCategory ref="windows:WindowsComponents" />
</category>
<category name="WinRMClient" displayName="$(string.WinRMClient)">
<parentCategory ref="WinRM" />
</category>
<category name="WinRMService" displayName="$(string.WinRMService)">
<parentCategory ref="WinRM" />
</category>
</categories>
<policies>
<policy name="AllowBasic_2" class="Machine" displayName="$(string.AllowBasic)" explainText="$(string.AllowBasicClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowBasic">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="AllowUnencrypted_2" class="Machine" displayName="$(string.AllowUnencrypted)" explainText="$(string.AllowUnencryptedMessagesClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowUnencryptedTraffic">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisallowDigest" class="Machine" displayName="$(string.DisallowDigest)" explainText="$(string.DisallowDigestClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowDigest">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="DisallowNegotiate_2" class="Machine" displayName="$(string.DisallowNegotiate)" explainText="$(string.DisallowNegotiateClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowNegotiate">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="DisallowKerberos_2" class="Machine" displayName="$(string.DisallowKerberos)" explainText="$(string.DisallowKerberosClientHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="AllowKerberos">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="TrustedHosts" class="Machine" displayName="$(string.TrustedHosts)" explainText="$(string.TrustedHostsHelp)" presentation="$(presentation.TrustedHosts)" key="Software\Policies\Microsoft\Windows\WinRM\Client" valueName="TrustedHosts">
<parentCategory ref="WinRMClient" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<elements>
<text id="TrustedHosts_List" valueName="TrustedHostsList" maxLength="1024" />
</elements>
</policy>
<policy name="AllowAutoConfig" class="Machine" displayName="$(string.AllowAutoConfig)" explainText="$(string.AutoConfigHelp)" presentation="$(presentation.AllowAutoConfig)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowAutoConfig">
<parentCategory ref="WinRMService" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<elements>
<text id="AllowAutoConfig_IPv4Filter" valueName="IPv4Filter" maxLength="1024" />
<text id="AllowAutoConfig_IPv6Filter" valueName="IPv6Filter" maxLength="1024" />
</elements>
</policy>
<policy name="AllowBasic_1" class="Machine" displayName="$(string.AllowBasic)" explainText="$(string.AllowBasicServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowBasic">
<parentCategory ref="WinRMService" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="AllowUnencrypted_1" class="Machine" displayName="$(string.AllowUnencrypted)" explainText="$(string.AllowUnencryptedMessagesServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowUnencryptedTraffic">
<parentCategory ref="WinRMService" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisallowNegotiate_1" class="Machine" displayName="$(string.DisallowNegotiate)" explainText="$(string.DisallowNegotiateServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowNegotiate">
<parentCategory ref="WinRMService" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="DisallowKerberos_1" class="Machine" displayName="$(string.DisallowKerberos)" explainText="$(string.DisallowKerberosServiceHelp)" key="Software\Policies\Microsoft\Windows\WinRM\Service" valueName="AllowKerberos">
<parentCategory ref="WinRMService" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>