I have an odd situation, executing a PowerShell script as a scheduled Windows task. The script calls some HPE OneView cmdlets, and it works fine when run interactively or when set to launch using my personal ID.
However, when I set the task to run under a service account, the script loads but the HPE cmdlets do not run. I've verified that the correct password has been set for the service account, and that it runs with admin access.
Are there special permissions that need to be set for the task to run as a service account? I'm thinking this might be GPO related, but am unclear where to look.