Samples/SSIS/RemoveSQLJob.ps1

$sqlConnection = New-SqlServerConnection -ServerName 'localhost'
Remove-SqlServerAgentJob -SqlServerConnection $sqlConnection -ParamFilePath '.\ImportToCSV.param.json'