Share via

Bandwidth resources limit

JuanitaHowe-4759 80 Reputation points
2023-10-02T16:52:20.72+00:00

Hello

Since bandwidth resources are limited, it is hoped that each virtual machine will be allocated a certain fixed bandwidth, such as 3Mbps each, to ensure the normal use of other virtual machine users on the server.

How to achieve this?

At present, Hyper-V itself does not have this function, but Xen Server can.

System Center Virtual Machine Manager
Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments

Answer accepted by question author

XinGuo-MSFT 22,271 Reputation points
2023-10-03T06:38:45.2+00:00

Hi,

You can use the Powershell cmdlet: Set-VMNetworkAdapter

with conditions:
[-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--

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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