How to control the minimum and maximum bandwidth of Hyper-V network bandwidth through PowerShell

shopchen 1 Reputation point
2022-01-12T09:36:21.03+00:00

How to control the minimum and maximum bandwidth of Hyper-V network bandwidth through PowerShell

164255-image.png

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,921 Reputation points
    2022-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>]

    Reference: https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadapter?view=windowsserver2022-ps

    Hope this helps with your query,

    ---------
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. 焕新 张 0 Reputation points
    2023-03-06T04:34:28.97+00:00

    QQ截图20230306123123

    I use the cmdlet: Set-VMNetworkAdapter, Display these Error. How can i do it .

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.