Created
April 15, 2016 17:34
-
-
Save jeffgreenca/ac6842672279f46fa287ee00c54b5335 to your computer and use it in GitHub Desktop.
Start SSH using PowerCLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-vmhost | % { start-vmhostservice -hostservice ($_ | Get-VMHostService | ? key -eq "TSM-SSH") } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment