SMS TO RUN VBSCRIPT
Hi guys. first of all I am very new to SMS Server 2003. I have set it up and all is working fine. Remote control, inventory etc etc. I have deployed a .msi ok.
What I have is a vbscript that will download templates from a network share. Now I would like SMS to run this vbscript on the client machines but cant get it to work
Does anyone have any websites or experiencing in getting SMS Server to run \ copy individual .vbs , ini , jpg , bmp files etc.
Many thanks for your help in advance
What I have is a vbscript that will download templates from a network share. Now I would like SMS to run this vbscript on the client machines but cant get it to work
Does anyone have any websites or experiencing in getting SMS Server to run \ copy individual .vbs , ini , jpg , bmp files etc.
Many thanks for your help in advance
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
WiseUser
19 years ago
You have to specify "wscript.exe" as the executable, and the path to your script as a parameter.
Wscript.exe MyScript.vbs [param1 param2..]
In the above example the script would be located in the root of your package source folder.
Also remember to check that the account that SMS uses to run the program has access to those shares.
In the above example the script would be located in the root of your package source folder.
Also remember to check that the account that SMS uses to run the program has access to those shares.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.