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
10 lines
347 B
|
|
<job id="ConstantExample">
|
|
<reference object="WbemScripting.SWbemNamedValueSet" version="1.1"/>
|
|
<script language="JScript">
|
|
var Locator = new ActiveXObject ("WbemScripting.SWbemLocator");
|
|
Locator.Security_.impersonationLevel = wbemImpersonationLevelDelegate;
|
|
WScript.Echo (Locator.Security_.impersonationLevel);
|
|
</script>
|
|
</job>
|
|
|