Product: PowerShell Universal
Version: 4.0+5.0
I have created a dashboard where our support department can create and view their recurrent schedules, that spawns tickets in our ticketing system.
However, I have yet create a function where they are able to update existing schedules. As I see it right now, I need to Get-PSUSchedule, clone the schedule to a New-PSUSchedule and subsequently Remove-PSUSchedule
Would be nice with an Update function.