PowerShell - System Administration
Which cmdlet is used to disable an existing scheduled task in PowerShell?
Disable-ScheduledTask is designed to disable a scheduled task without deleting it.Stop-ScheduledTask stops a running task, Remove-ScheduledTask deletes it, and Suspend-ScheduledTask is not a valid cmdlet.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions