Skip to content

Commit

Permalink
Update New-VMSwitch.md
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
ejsiron authored Sep 19, 2024
1 parent fdb8d0e commit 0f19ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docset/winserver2025-ps/hyper-v/New-VMSwitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f19ed3

Please sign in to comment.