Hello.
I have following error:
Set-VMNetworkAdapter -ManagementOS -Name Management -MinimumBandwidthWeight 10
Set-VMNetworkAdapter : Failed while modifying virtual Ethernet switch connection settings.
At line:1 char:1
+ Set-VMNetworkAdapter -ManagementOS -Name Management -MinimumBandwidth ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-VMNetworkAdapter], VirtualizationException
+ FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.SetVMNetworkAdapter
Before that I use this commads to create network:
New-VMSwitch -Name "vSwichTEAM - LAN" -NetAdapterName "NET - EMBED - Port 1","NET - SLOT 2 - Port 3","NET - SLOT 2 - Port 4","NET - SLOT 2 - Port 2" -EnableEmbeddedTeaming $true
Add-VMNetworkAdapter -ManagementOS -Name "Management" -SwitchName "vSwichTEAM - LAN"
PS C:\Users\Administrator> Get-VMNetworkAdapter -All
Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses
Management True vSwichTEAM - LAN 00155D428504 {Ok}
Cluster True vSwichTEAM - HB 00155D428507 {Ok}
vSwichTEAM - LAN True vSwichTEAM - LAN B8CB29FB1FC7 {Ok}
vSwichTEAM - HB True vSwichTEAM - HB 00620B00BB70 {Ok}
Live_Migration True vSwichTEAM - HB 00155D428506 {Ok}
HeartBeat True vSwichTEAM - HB 00155D428505 {Ok}
THEN
Set-VMNetworkAdapter -ManagementOS -Name Management -MinimumBandwidthWeight 10
Set-VMNetworkAdapter : Failed while modifying virtual Ethernet switch connection settings.
Thanks, if someone has idea where is error......
Petr