Reply to Message

View discussion in a popup

Replying to:
baber
Expert
Expert

Would you please correct this one for when using specific host and also for all hosts in cluster

Get-VMHost $hostname | Get-VMHostService | where {$_.Key -eq 'TSM-SSH'} | Set-VMHostService -Policy Off
Get-VMHost $hostname | Get-VMHostService | where {$_.Key -eq 'TSM-SSH'} | Stop-VMHostService -Confirm:$false

Please mark helpful or correct if my answer resolved your issue.
Reply
0 Kudos