Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
347 B

  1. <job id="ConstantExample">
  2. <reference object="WbemScripting.SWbemNamedValueSet" version="1.1"/>
  3. <script language="JScript">
  4. var Locator = new ActiveXObject ("WbemScripting.SWbemLocator");
  5. Locator.Security_.impersonationLevel = wbemImpersonationLevelDelegate;
  6. WScript.Echo (Locator.Security_.impersonationLevel);
  7. </script>
  8. </job>