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 / PowerShellExecutionPolicy.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  36 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <policyDefinitionResources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" revision="1.0" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
  3.   <displayName>Windows PowerShell</displayName>
  4.   <description>This file contains the configuration options for Windows PowerShell</description>
  5.   <resources>
  6.     <stringTable>
  7.       <string id="AllScripts">Allow all scripts</string>
  8.       <string id="AllScriptsSigned">Allow only signed scripts</string>
  9.       <string id="EnableScripts">Turn on Script Execution</string>
  10.       <string id="EnableScripts_Explain">This settings lets you configure the script execution policy, controlling what scripts are allowed to run.
  11.  
  12. If you enable this setting, the scripts selected in the drop down list will be allowed to run.
  13.  
  14. The "Allow only signed scripts" setting allows script to execute only if they are signed by a trusted publisher.
  15.  
  16. The "Allow local scripts and remote signed scripts" setting allows any local scrips to run; scripts that originate from the Internet must be signed by a trusted publisher.
  17.  
  18. The "Allow all scripts" setting allows all scripts to run.
  19.  
  20. If you disable this setting, no scripts are allowed to run.
  21.  
  22. Note: This setting exists under both "Computer Configuration" and "User Configuration" in the group policy editor. The "Computer Configuration" has precedence over "User Configuration."
  23.  
  24. If this policy setting is not configured or disabled, the setting reverts to a per-machine preference setting; the default if that is not configured is "No scripts allowed."</string>
  25.       <string id="PowerShell">Windows PowerShell</string>
  26.       <string id="RemoteSignedScripts">Allow local scripts and remote signed scripts</string>
  27.       <string id="SUPPORTED_XP">At least Microsoft Windows XP or Windows Server 2003 family</string>
  28.     </stringTable>
  29.     <presentationTable>
  30.       <presentation id="EnableScripts">
  31.         <dropdownList refId="ExecutionPolicy" noSort="true">Execution Policy</dropdownList>
  32.       </presentation>
  33.     </presentationTable>
  34.   </resources>
  35. </policyDefinitionResources>
  36.