Press "Enter" to skip to content

Disabling SQL Agent Jobs using Powershell

Chad Callihan makes a change:

I’ve been experimenting with PowerShell and SQL Server recently and noticed how missing the “Alter” step when altering SQL Server jobs with PowerShell may cause some confusion. Let’s walk through the process of disabling SQL Server jobs using PowerShell.

Read on for that process.