Remove-DbaAgentJobSchedule
the dbatools team + Claude
Remove-DbaAgentJobSchedule View Source the dbatools team + Claude Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Parameters · Outputs Synopsis Detaches a schedule from a SQL Server Agent job without removing the schedule. Description Detaches one or more schedules from a SQL Server Agent job without deleting the schedule itself. This is equivalent to executing sp_detach_schedule in T-SQL. This is particularly useful when a schedule is shared between multiple jobs and you need to stop a specific job from running on that schedule without affecting other jobs that use the same schedule.
Read more
dbatools