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
341 B
10 lines
341 B
|
|
<job id="ConstantExample">
|
|
<reference guid="{565783C6-CB41-11d1-8B02-00600806D9B6}" version="1.1"/>
|
|
<script language="VBScript">
|
|
Set Locator = CreateObject("WbemScripting.SWbemLocator")
|
|
Locator.Security_.impersonationLevel = wbemImpersonationLevelDelegate
|
|
WScript.Echo Locator.Security_.impersonationLevel
|
|
</script>
|
|
</job>
|
|
|