Hello,
We have a script which basically performs the steps below. There is a scheduled task which executes the script.
– Create a zip file.
– Encrypt the zip file. It uses AxCrypt to perform this step.
– Copy the encrypted file to Amazon S3.
It is a Windows 2012 R2 environment. If there is a session logged in the server, the process works perfectly. If there is no session logged, the task fails on the encryption step. We changed many settings on the scheduled task and tried with a batch CMD and with PowerShell. However, it is still not working.
Is there any suggested workaround?
Thanks in advance.