Hi All,
I am struggling to deploy the vbscript through BigFix which is keep in the folder. The folder consist of supporting file and vbscript.
However we are getting exit code 0 but I think vbscript is not getting called.
When we run the script manually working fine ie through admin command prompt. Below is the bigfix script and output
prefetch 30f4b3968b2f809452f2adccadabb04d996ece78 sha1:30f4b3968b2f809452f2adccadabb04d996ece78 size:536561 http://XXXXXXXXXXXx:52311/Uploads/30f4b3968b2f809452f2adccadabb04d996ece78/RizenNetworkTool.tmp sha256:89f9b0c5e4284af1eedb578d81b43080183e0692e8fccaf6d4e7577e10678ecc
extract 30f4b3968b2f809452f2adccadabb04d996ece78 “C:\Rizen Network Tool”
wait cscript.exe “C:\Rizen Network Tool\Push.vbe”
prefetch 30f4b3968b2f809452f2adccadabb04d996ece78 sha1:30f4b3968b2f809452f2adccadabb04d996ece78 size:536561 http://YXXXXXXXXXXXX:52311/Uploads/30f4b3968b2f809452f2adccadabb04d996ece78/RizenNetworkTool.tmp sha256:89f9b0c5e4284af1eedb578d81b43080183e0692e8fccaf6d4e7577e10678ecc
extract 30f4b3968b2f809452f2adccadabb04d996ece78 “C:\Rizen Network Tool”
wait cmd.exe /c cscript.exe “C:\Rizen Network Tool\Push.vbe”
action uses wow64 redirection false
wait cmd.exe /c cscript.exe “C:\Rizen Network Tool\Push.vbe”
action uses wow64 redirection false
wait cscript.exe “C:\Rizen Network Tool\Push.vbe”
action uses wow64 redirection false
wait “{pathname of system folder}\cscript.exe” “{((pathname of client folder of current site} & “C:\Rizen Network Tool\Push.vbe”)}”
I tried all above mention script.
All come with exit code 0
…
Any help or suggestion on this.