$job = get-sptimerjob -Identity $vwsJobName -WebApplication $webApplicationUrl if($job -eq $null) { Write-Host "Virto Workflow Scheduler job does not exist. Please check Windows Log files." }