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
The cmdlet gets IP routes that have the next hop values that you specify.
@@ -388,6 +404,21 @@ Accept pipeline input: False
388
404
Accept wildcard characters: False
389
405
```
390
406
407
+
### -State
408
+
{{ Fill State Description }}
409
+
410
+
```yaml
411
+
Type: State[]
412
+
Parameter Sets: (All)
413
+
Aliases:
414
+
415
+
Required: False
416
+
Position: Named
417
+
Default value: None
418
+
Accept pipeline input: False
419
+
Accept wildcard characters: False
420
+
```
421
+
391
422
### -ThrottleLimit
392
423
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
393
424
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.
The cmdlet removes routes that have the next hop values that you specify.
@@ -395,6 +411,21 @@ Accept pipeline input: False
395
411
Accept wildcard characters: False
396
412
```
397
413
414
+
### -State
415
+
{{ Fill State Description }}
416
+
417
+
```yaml
418
+
Type: State[]
419
+
Parameter Sets: ByName
420
+
Aliases:
421
+
422
+
Required: False
423
+
Position: Named
424
+
Default value: None
425
+
Accept pipeline input: False
426
+
Accept wildcard characters: False
427
+
```
428
+
398
429
### -ThrottleLimit
399
430
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
400
431
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.
0 commit comments