I'm in need of deployin a VbScript on some W2k3 / W2k8 servers.$0
$0
Inside of the script there are some WMI calls, creation and deletion of a temporary folder and a SET oShell = WScript.CreateObject("WScript.Shell") to run a oShell.Run("%comspec% /C " & oShellCmd, 2, True) command.$0
$0
My script works fine on the W2k3 servers that I have and to tell the truth it saved me a lot of work because there are 475 of them. But on the W2k8 servers (12 of them) the UAC bothers the script (which
↧