You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix -Overwrite: Remove-DbaAgentJob -Confirm:$false instead of -Force (v1.4.15.0)
Remove-DbaAgentJob has no -Force in every dbatools version, so -Overwrite failed
with "parameter 'Force' not found". Use -Confirm:$false (version-stable, matching
all other job functions) in both login job creators.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments