home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / en-US / WDI.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="WdiDpsScenarioDataSizeLimitPolicy">Diagnostics: Configure scenario retention</string>
  9.       <string id="WdiDpsScenarioDataSizeLimitPolicyExplain">Determines the data retention limit for Diagnostic Policy Service (DPS) scenario data.
  10.  
  11. If you enable this policy setting, you must enter the maximum size of scenario data that should be retained in megabytes.  Detailed troubleshooting data related to scenarios will be retained until this limit is reached.
  12.  
  13. If you disable this setting, or if you do not configure this policy setting, the DPS will delete scenario data once it exceeds 128 megabytes in size.
  14.  
  15. No reboots or service restarts are required for this policy to take effect: changes take effect immediately.
  16.  
  17. This policy setting will only take effect when the Diagnostic Policy Service is in the running state.  When the service is stopped or disabled, diagnostic scenario data will not be deleted.  The DPS can be configured with the Services snap-in to the Microsoft Management Console.</string>
  18.       <string id="WdiDpsScenarioExecutionLevelResolution">Detection, Troubleshooting and Resolution</string>
  19.       <string id="WdiDpsScenarioExecutionLevelTsOnly">Detection and Troubleshooting Only</string>
  20.       <string id="WdiDpsScenarioExecutionPolicy">Diagnostics: Configure scenario execution level</string>
  21.       <string id="WdiDpsScenarioExecutionPolicyExplain">Determines the execution level for Diagnostic Policy Service (DPS) scenarios.
  22.  
  23. If you enable this policy setting, you must select an execution level from the dropdown menu.  If you select problem detection and troubleshooting only, the DPS will detect problems and attempt to determine their root causes.  These root causes will be logged to the event log when detected, but no corrective action will be taken.  If you select detection, troubleshooting and resolution, the DPS will attempt to automatically fix problems it detects or indicate to the user that assisted resolution is available.
  24.  
  25. If you disable this policy setting, Windows will not be able to detect, troubleshoot or resolve any problems that are handled by the DPS.
  26.  
  27. If you do not configure this policy setting, the DPS will enable all scenarios for resolution by default, unless you configure separate scenario-specific policy settings.
  28.  
  29. This policy setting takes precedence over any scenario-specific policy settings when it is enabled or disabled.  Scenario-specific settings only take effect if this policy is not configured.
  30.  
  31. No reboots or service restarts are required for this policy to take effect: changes take effect immediately.
  32.  
  33. This policy setting will only take effect when the Diagnostic Policy Service is in the running state.  When the service is stopped or disabled, diagnostic scenarios will not be executed.  The DPS can be configured with the Services snap-in to the Microsoft Management Console.</string>
  34.     </stringTable>
  35.     <presentationTable>
  36.       <presentation id="WdiDpsScenarioDataSizeLimitPolicy">
  37.         <decimalTextBox refId="WdiDpsScenarioDataSizeLimitPolicyValue" defaultValue="128">Scenario data size limit (in MB)</decimalTextBox>
  38.       </presentation>
  39.       <presentation id="WdiDpsScenarioExecutionPolicy">
  40.         <dropdownList refId="WdiDpsScenarioExecutionPolicyLevel" noSort="true">Scenario Execution Level</dropdownList>
  41.       </presentation>
  42.     </presentationTable>
  43.   </resources>
  44. </policyDefinitionResources>
  45.