From 0f19ed34f410f70217daafb802d3b7363f92c089 Mon Sep 17 00:00:00 2001 From: Eric Siron Date: Wed, 18 Sep 2024 21:41:08 -0500 Subject: [PATCH] Update New-VMSwitch.md Changed the description of -MinimumBandwidthMode to indicate that it defaults to "Absolute", not "Weight". The documentation has been incorrect on that for years. The default has always been "Absolute". --- docset/winserver2025-ps/hyper-v/New-VMSwitch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2025-ps/hyper-v/New-VMSwitch.md b/docset/winserver2025-ps/hyper-v/New-VMSwitch.md index c9a9fec553..bc4058996b 100644 --- a/docset/winserver2025-ps/hyper-v/New-VMSwitch.md +++ b/docset/winserver2025-ps/hyper-v/New-VMSwitch.md @@ -187,7 +187,7 @@ Allowed values are **Absolute**, **Default**, **None**, or **Weight**. If **Absolute** is specified, minimum bandwidth is bits per second. If **Weight** is specified, minimum bandwidth is a value ranging from 1 to 100. If **None** is specified, minimum bandwidth is disabled on the switch - that is, users cannot configure it on any network adapter connected to the switch. -If **Default** is specified, the system will set the mode to **Weight**, if the switch is not IOV-enabled, or **None** if the switch is IOV-enabled. +If **Default** is specified, the system will set the mode to **Absolute**, if the switch is not IOV-enabled, or **None** if the switch is IOV-enabled. ```yaml Type: VMSwitchBandwidthMode