- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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