Cant create new schedules

Product: PowerShell Universal
Version: 3.9.2

When I attempt to create a new schedule I get the following error message “A parameter with the name ‘debug’ was defined multiple times for the command.”

I checked the schedules script file and the debug parameter isn’t in there at all

Can you share your script param block, scripts.ps1 and\or schedules.ps1?

ah I didnt realize that it was caused by a parameter in the script being scheduled but that makes sense since its just calling a script file, my stupidity.

This is resolved now