Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable EnhancedSessionTransportType on a HyperV VM using powershell?

I am trying to use the command:

Set-VM -VMName "Ubuntu 18.04.1 LTS" -EnhancedSessionTransportType HvSocket;

As per the following article

But I just get "Set-VM : A parameter cannot be found that matches parameter name 'EnhancedSessionTransportType'"

It seems that this parameter is not available but all the guides I find still use it!

like image 222
Stephen Avatar asked Oct 19 '18 12:10

Stephen


1 Answers

The parameter doesn't look to be available until Windows 10 1803 or higher per source.

like image 70
Shawn Esterman Avatar answered Oct 02 '22 22:10

Shawn Esterman