Skip to content

QoS ThrottleRate "MBytes/sec" -> "Mbits/sec" documentation errors #2535

@stampycode

Description

@stampycode

Examples of ThrottleRateActionBitsPerSecond are listed in the output item "ThrottleRate" as 'Bytes/sec' whereas in fact they are in Bits/sec.

Please also correct '1MB' to be '1Mb' in all locations to correctly indicate 'bits' instead of 'Bytes' - the application itself is case insensitive so the outcome is the same. '1MB' input will be the same as '1Mb' input, and is output as '1.049Mbits/sec'.

Documented example:

PS C:\> New-NetQosPolicy -Name "FTP" -AppPathNameMatchCondition "ftp.exe" -ThrottleRateActionBitsPerSecond 1MB -PolicyStore ActiveStore
Name           : FTP 
Owner          : PowerShell / WMI 
NetworkProfile : All 
Precedence     : 127 
AppPathName    : ftp.exe 
ThrottleRate   : 1 MBytes/sec

Actual output:

Name           : ftp
Owner          : PowerShell / WMI
NetworkProfile : All
Precedence     : 127
AppPathName    : ftp.exe
JobObject      :
ThrottleRate   : 1.049 MBits/sec

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

issue-doc-bugSomething is out of date, unclear, confusing, or broken in the article. Blocks customer success.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions