Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docset/winserver2016-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Owner : PowerShell / WMI
NetworkProfile : All
Precedence : 127
AppPathName : ftp.exe
ThrottleRate : 1 MBytes/sec
ThrottleRate : 1.049 MBits/sec
```

This command creates a QoS policy named FTP that matches an application path at ftp.exe and throttles the traffic at 8,000,000 bits per second.
Expand Down Expand Up @@ -180,7 +180,7 @@ NetworkProfile : All
Precedence : 127
IPProtocol : TCP
IPPort : 80
ThrottleRate : 10 MBytes/sec
ThrottleRate : 10.486 MBits/sec
```

This command creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 80,000,000 bits per second.
Expand All @@ -207,7 +207,7 @@ NetworkProfile : Domain
Precedence : 127
URI : http://training/
URIRecursive : False
ThrottleRate : 500 KBytes/sec
ThrottleRate : 516.096 KBits/sec
```

This command creates a QoS policy named IIS that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 4,000,000 bits per second.
Expand Down