Yes, that would require SSH to be enabled. Is it ?
You can enable it with
Get-VMHost -Name MyEsx | Get-VMHostService |
where {$_.Key -eq "TSM-SSH"} |
Start-VMHostService -Confirm:$false
Yes, that would require SSH to be enabled. Is it ?
You can enable it with
Get-VMHost -Name MyEsx | Get-VMHostService |
where {$_.Key -eq "TSM-SSH"} |
Start-VMHostService -Confirm:$false