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
@@ -85,7 +85,7 @@ The acceptable values for this parameter are:
85
85
```yaml
86
86
Type: AddressFamily[]
87
87
Parameter Sets: (All)
88
-
Aliases:
88
+
Aliases:
89
89
Accepted values: IPv4, IPv6
90
90
91
91
Required: False
@@ -102,24 +102,24 @@ The acceptable values for this parameter are:
102
102
103
103
104
104
-- Invalid.
105
-
IP address configuration information for addresses that are not valid and will not be used.
106
-
105
+
IP address configuration information for addresses that are not valid and will not be used.
106
+
107
107
-- Tentative.
108
-
IP address configuration information for addresses that are not used for communication, as the uniqueness of those IP addresses is being verified.
109
-
108
+
IP address configuration information for addresses that are not used for communication, as the uniqueness of those IP addresses is being verified.
109
+
110
110
-- Duplicate.
111
-
IP address configuration information for addresses for which a duplicate IP address has been detected and the current IP address will not be used.
112
-
111
+
IP address configuration information for addresses for which a duplicate IP address has been detected and the current IP address will not be used.
112
+
113
113
-- Deprecated.
114
-
IP address configuration information for addresses that will no longer be used to establish new connections, but will continue to be used with existing connections.
115
-
114
+
IP address configuration information for addresses that will no longer be used to establish new connections, but will continue to be used with existing connections.
115
+
116
116
-- Preferred.
117
117
IP address configuration information for addresses that are valid and available for use.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
394
-
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.
394
+
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.
395
395
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
396
396
397
397
```yaml
398
398
Type: Int32
399
399
Parameter Sets: (All)
400
-
Aliases:
400
+
Aliases:
401
401
402
402
Required: False
403
403
Position: Named
@@ -411,17 +411,17 @@ Specifies an array of IP address types.
411
411
The acceptable values for this parameter are:
412
412
413
413
414
-
-- Unicast
415
-
416
-
-- Anycast
414
+
-- Unicast
415
+
416
+
-- Anycast
417
+
417
418
418
-
419
419
The default value is Unicast.
420
420
421
421
```yaml
422
422
Type: Type[]
423
423
Parameter Sets: (All)
424
-
Aliases:
424
+
Aliases:
425
425
Accepted values: Unicast, Anycast
426
426
427
427
Required: False
@@ -438,7 +438,7 @@ To obtain a **TimeSpan** object, use the **New-TimeSpan** cmdlet.
0 commit comments