Musings of a PowerShell Mad Man
PowerShell, VMware, and anything else I find interesting or keep forgetting
Thursday, April 14, 2016
Surpress SSH and shell warnings on ESXi
Small oneliner to surpress the warning you get when you enable SSH:
Like so:
Get-VMHost
|
Set-VmHostAdvancedConfiguration
-Name
UserVars.SuppressShellWarning
-Value
1
‹
›
Home
View web version