Like this Powershell:

$JOB = dir Sqlserver:\sql$Server\default\Jobserver\jobs | where-object {$_.name -like ‘MyJob'}

$JOB

$JOB.start()