
W2K and NT - Task Sheduler: Resetting a Password within a Task
Hi,
I' ve written a VB-program to change a set of passwords on remote
servers. The program should change the passwords of scheduled task
too.
It's looking like there are two not fully compatible mechanisms to
schedule Tasks: the AT-command and the GUI-Interface.
Jobs planned with the AT-commando are shown in the GUI - Jobs planned
with the Task Schedule Wizard are not shown by the AT-commando (!).
Furthermore there is no possibility to change the user and password of
the executing user with the AT-command. With the GUI-Interface you can
change user and password.
The "normal" programming-interfaces (ITaskScheduler etc.) seem to be
based on the AT-command. Since I want to change the password, I'm now
searching for another possibility to change scheduled tasks.
Can anyone help me?