Thanks Adam.
My schedules.ps1 contains the following right now:
New-PSUSchedule -Cron "0 */4 * * *" -Script "DFS_Monitor.ps1" -TimeZone "America/New_York" -Environment "5.1.17763.1007"
New-PSUSchedule -Cron "*/30 * * * *" -Script "Dashboard_Service_Accounts_Auto_Resync_From_Thycotic.ps1" -TimeZone "America/New_York"
New-PSUSchedule -Cron "*/5 * * * *" -Script "Job_Schedule_Test.ps1" -TimeZone "America/New_York"
I would note: The time zone for our servers is actually Pacific.
Might this be related? I’m not positive if/where to change the timezone usage in universal.
What might I be looking for in the database?