Enable:
Get-VMHostService -VMHost $host | ? {$_.Key -eq "TSM-SSH"} | Start-VMHostServiceDisable:
Get-VMHostService -VMHost $host | ? {$_.Key -eq "TSM-SSH"} | Stop-VMHostServiceEnable:
Get-VMHostService -VMHost $host | ? {$_.Key -eq "TSM-SSH"} | Start-VMHostServiceDisable:
Get-VMHostService -VMHost $host | ? {$_.Key -eq "TSM-SSH"} | Stop-VMHostService