Product: PowerShell Universal
Version: 2.6.2
I have a script which needs to run with specific credentials. When I run it manually it works fine, but when I set it up as a schedule, I can’t specify environment or credentials which then fails the job. The screenshot in the documentation shows input fields for both but in my version it doesn’t have those.
I tried to edit schedules.ps1 and get this error:
“Error Deserializing C:\ProgramData\UniversalAutomation\Repository.universal\schedules.ps1
A parameter cannot be found that matches parameter name ‘Credentials’.”
After reloading the schedule is just gone.
How do I get this one running as intended?