VBS script failing

(imported topic written by kforsyth91)

All clients that it goes to fails. I have created a custom script with the wizard. From what I can tell it will deploy to the workstations. I was able to download the package provided by BigFix so I will assume that the clients can as well. Here is what BF says:

download http://

SERVER

/Uploads/def8a7a251e9ee1a9d79642bbaf21a22c8040991/forefrontvbs.tmp

continue if {(SHA1 INFO) of file “forefrontvbs.tmp” of folder “__Download”}

extract forefrontvbs.tmp

wait __Download\forefront.vbs

the command line i have to run the vbs script is just forefront.vbs

any ideas?

(imported comment written by MattBoyd)

You could try this:

wait cscript.exe __Download\forefront.vbs

(imported comment written by JackCoates91)

will the script run as localsystem? you might need to use runascurrentuser.exe.

(imported comment written by kforsyth91)

well, with vista machines and the script running as the current user is going to create issues. i am trying the modification to the script: wait cscript.exe __Download\forefront.vbs for now thanks for the reply