I have a domain user that use to run the service for Visual Cron.
This enables me to perform Active Directory updates from a powershell task without having to store credentials in the script.
Recently, I have started to get an error message for all my jobs that says:
Unhandled error when trying to start process: (1314) A required privilege is not held by the client
Exception in Task: Non zero exit code
If I change the service back to run as a system account, then all my jobs run except for the ones that update AD from powershell.
Exactly what privilege is required to now run the vcron service as a domain user?