In enterprise environments, Windows Scheduled Tasks are widely used to automate scripts, applications, and administrative jobs. These tasks typically run under the security context of a designated domain account, and the Task Scheduler service requires the corresponding password to authenticate and grant execution privileges. By default, these credentials are securely encrypted and stored in the Credential Manager. However, this mechanism introduces a challenge: when the password of the associated account is rotated, the stored password becomes obsolete. As a result, the scheduled task will fail during its next execution attempt, as the credentials are no longer valid.
PAM360 facilitates the update of stored credentials in the Credential Manager whenever the password of the domain account used to run scheduled tasks is rotated, ensuring that they remain operational even after password changes. This automated process eliminates manual intervention, reduces administrative overhead, and prevents task execution failures caused by password mismatches.
This help document covers the following topics in detail:
Ensure the following software prerequisites are met on the target Windows servers where the scheduled tasks are running before utilizing the Windows Scheduled Task Password Reset feature in PAM360:
These components are required for PAM360 to establish secure connections with the target servers and successfully update scheduled tasks when the associated domain account passwords are reset.
Additional Details
Whenever a password reset operation is initiated for a domain account used by scheduled tasks, PAM360 automatically identifies all scheduled tasks running on the relevant member servers that are configured with the account. It then establishes a secure, authenticated connection with each server and supplies the updated password to the Windows Task Scheduler service, which subsequently encrypts and stores it using DPAPI.
To ensure this process runs seamlessly, add all member servers where the scheduled tasks are running to a static group and associate the resource group with the domain account. This allows PAM360 to automatically update the stored credentials in Windows Task Scheduler whenever the domain account password is reset.
Before associating the resource group that contains the member machines running scheduled tasks with the domain account, ensure the following configurations are in place:
Follow these steps to associate the resource groups containing the member servers where the scheduled tasks are running with the domain account to automatically update the stored credentials in the Windows Task Scheduler when the domain account password is reset:


For any Windows Domain account, you can view a list of all associated scheduled tasks and information about the status of password update upon domain account password reset.

Additional Detail
If you have created schedules for rotating the domain account passwords, the scheduled tasks password reset will also follow the configured Windows Domain account password reset schedule.