LucD
Leadership
Leadership

Something like this

Get-VMHost -Name $esxName | Get-VMHostService |

        where {$_.Key -eq "TSM-SSH"} |

        Start-VMHostService -Confirm:$false

For a permanent solution have a look at Alan's post called PowerCLI: Technical Support Mode


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos