Call a windows command script by TSM Schedule

tsmadm123

Newcomer
Joined
Sep 23, 2014
Messages
3
Reaction score
0
Points
0
Hello everybody,

I need a little help....

I want to call a windows command script in a network share via tsm schedule?

Do you have any idea what I have to do or what is the best approach?

Thanks in advance for your assistance,
Dominik
 
Whatever is the command you would issue from a Windows Command Prompt to call that script is what you would put in your client schedule:
define schedule ... type=client action=command object="whatever your command is"

If that script is accessing a network resource, you will need to change the login account on the Logon tab of the TSM Client Scheduler Service. That account will also need to be part of the local administrators group.
 
Back
Top