Hi all,
how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.
yb
Comments: This is not an issue. You simply need to fetch the current task and then use the same TaskDefintion and Name to register the task once again using the desired credentials. There are multiple examples in the Documentation on how to register a task with a password. The "Complex" example shows how to retrieve a task and reuse the TaskDefinition.
how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.
yb
Comments: This is not an issue. You simply need to fetch the current task and then use the same TaskDefintion and Name to register the task once again using the desired credentials. There are multiple examples in the Documentation on how to register a task with a password. The "Complex" example shows how to retrieve a task and reuse the TaskDefinition.