Enabling/Disabling SSH on ESXI hosts
As promised, simple way to enable/disable SSH on the fly! Start: Get-VMHost | Foreach {Start-VMHostService -HostService ($_ | Get-VMHostService | Where { $_.Key -eq “TSM-SSH”} )} Stop: Get-VMHost | Foreach… Read more »