You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runs the cmdlet in a remote session or on a remote computer.
71
-
Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet.
88
+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
89
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
72
90
The default is the current session on the local computer.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
184
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
207
+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
208
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
185
209
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
186
210
187
211
```yaml
188
212
Type: Int32
189
213
Parameter Sets: (All)
190
-
Aliases:
214
+
Aliases:
191
215
192
216
Required: False
193
217
Position: Named
@@ -196,9 +220,14 @@ Accept pipeline input: False
196
220
Accept wildcard characters: False
197
221
```
198
222
223
+
### CommonParameters
224
+
225
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
Copy file name to clipboardExpand all lines: docset/winserver2012-ps/netqos/New-NetQosPolicy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Owner : PowerShell / WMI
137
137
NetworkProfile : All
138
138
Precedence : 127
139
139
AppPathName : ftp.exe
140
-
ThrottleRate : 1 MBytes/sec
140
+
ThrottleRate : 1.049 MBits/sec
141
141
```
142
142
143
143
This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1,000,000 bytes per second.
@@ -169,7 +169,7 @@ NetworkProfile : All
169
169
Precedence : 127
170
170
IPProtocol : TCP
171
171
IPPort : 80
172
-
ThrottleRate : 10 MBytes/sec
172
+
ThrottleRate : 10.486 MBits/sec
173
173
```
174
174
175
175
This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10,000,000 bytes per second.
@@ -196,7 +196,7 @@ NetworkProfile : Domain
196
196
Precedence : 127
197
197
URI : http://training/
198
198
URIRecursive : False
199
-
ThrottleRate : 500 KBytes/sec
199
+
ThrottleRate : 516.096 KBits/sec
200
200
```
201
201
202
202
This example 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 500,000 bytes per second.
0 commit comments