I use the cmdlet: Set-VMNetworkAdapter, Display these Error. How can i do it .
How to control the minimum and maximum bandwidth of Hyper-V network bandwidth through PowerShell
shopchen
1
Reputation point
How to control the minimum and maximum bandwidth of Hyper-V network bandwidth through PowerShell
Windows for business | Windows Server | User experience | PowerShell
2 answers
Sort by: Most helpful
-
Limitless Technology 40,101 Reputation points2022-01-12T21:10:37.61+00:00 Hello @shopchen
You can use the next cmdlet: Set-VMNetworkAdapter
with conditioners:
[-MaximumBandwidth <Int64>]
[-MinimumBandwidthAbsolute <Int64>]
[-MinimumBandwidthWeight <UInt32>]Hope this helps with your query,
---------
--If the reply is helpful, please Upvote and Accept as answer--