Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MSBITools
1.0
Samples/SSIS/RemoveSQLJob.ps1
$sqlConnection
=
New-SqlServerConnection
-ServerName
'localhost'
Remove-SqlServerAgentJob
-SqlServerConnection
$sqlConnection
-ParamFilePath
'.\ImportToCSV.param.json'