Hello,
What does the event log say about the failed job on domain account? Look for error messages or failure details when the task was attempted with the domain account.
The use of a domain account requires initial authentication to validate the account's permissions when the task scheduler service starts or when the task is triggered, even for local operations
Here are a few things to consider:
- Examine the Security event logs (
Event Viewer > Windows Logs > Security) for any failed logon attempts by the domain account around the time the task is scheduled to run. Specifically, look for Event ID 4625 which indicates failed logon attempts and details the reason. - Schedule the task to run more frequently (like hourly) for a short period, with detailed logging enabled, to increase the chances of observing the failure and capturing related events.
- Ensuring that settings like "Run whether user is logged on or not" and "Run with highest privileges" (if necessary) are correctly configured.
Regards,
Karlie