Skip to content

Commit 661ee67

Browse files
committed
Add parameters
1 parent f9b1e2d commit 661ee67

File tree

7 files changed

+138
-15
lines changed

7 files changed

+138
-15
lines changed

docset/winserver2022-ps/nettcpip/Get-NetIPAddress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Required: False
221221
Position: Named
222222
Default value: None
223223
Accept pipeline input: True (ByPropertyName)
224-
Accept wildcard characters: True
224+
Accept wildcard characters: False
225225
```
226226
227227
### -InterfaceIndex

docset/winserver2022-ps/nettcpip/Get-NetIPv4Protocol.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Get-NetIPv4Protocol [-DefaultHopLimit <UInt32[]>] [-NeighborCacheLimitEntries <U
2222
[-MediaSenseEventLog <MediaSenseEventLog[]>] [-IGMPLevel <MldLevel[]>] [-IGMPVersion <MldVersion[]>]
2323
[-MulticastForwarding <MulticastForwarding[]>] [-GroupForwardedFragments <GroupForwardedFragments[]>]
2424
[-RandomizeIdentifiers <RandomizeIdentifiers[]>] [-AddressMaskReply <AddressMaskReply[]>]
25-
[-MinimumMtu <UInt32[]>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
25+
[-DeadGatewayDetection <DeadGatewayDetection[]>] [-MinimumMtu <UInt32[]>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -107,6 +107,21 @@ Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```
109109
110+
### -DeadGatewayDetection
111+
{{ Fill DeadGatewayDetection Description }}
112+
113+
```yaml
114+
Type: DeadGatewayDetection[]
115+
Parameter Sets: (All)
116+
Aliases:
117+
118+
Required: False
119+
Position: Named
120+
Default value: None
121+
Accept pipeline input: False
122+
Accept wildcard characters: False
123+
```
124+
110125
### -DefaultHopLimit
111126
Specifies an array of values for the default hop limit.
112127
The cmdlet gets the IPv4 protocol configurations that have these values.

docset/winserver2022-ps/nettcpip/Get-NetIPv6Protocol.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Get-NetIPv6Protocol [-DefaultHopLimit <UInt32[]>] [-NeighborCacheLimitEntries <U
2222
[-MediaSenseEventLog <MediaSenseEventLog[]>] [-MldLevel <MldLevel[]>] [-MldVersion <MldVersion[]>]
2323
[-MulticastForwarding <MulticastForwarding[]>] [-GroupForwardedFragments <GroupForwardedFragments[]>]
2424
[-RandomizeIdentifiers <RandomizeIdentifiers[]>] [-AddressMaskReply <AddressMaskReply[]>]
25-
[-UseTemporaryAddresses <UseTemporaryAddresses[]>] [-MaxTemporaryDadAttempts <UInt32[]>]
25+
[-DeadGatewayDetection <DeadGatewayDetection[]>] [-UseTemporaryAddresses <UseTemporaryAddresses[]>] [-MaxTemporaryDadAttempts <UInt32[]>]
2626
[-MaxTemporaryValidLifetime <TimeSpan[]>] [-MaxTemporaryPreferredLifetime <TimeSpan[]>]
2727
[-TemporaryRegenerateTime <TimeSpan[]>] [-MaxTemporaryDesyncTime <TimeSpan[]>] [-CimSession <CimSession[]>]
2828
[-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
@@ -111,6 +111,21 @@ Accept pipeline input: False
111111
Accept wildcard characters: False
112112
```
113113
114+
### -DeadGatewayDetection
115+
{{ Fill DeadGatewayDetection Description }}
116+
117+
```yaml
118+
Type: DeadGatewayDetection[]
119+
Parameter Sets: (All)
120+
Aliases:
121+
122+
Required: False
123+
Position: Named
124+
Default value: None
125+
Accept pipeline input: False
126+
Accept wildcard characters: False
127+
```
128+
114129
### -DefaultHopLimit
115130
Specifies an array of values for the default hop limit.
116131
The cmdlet gets the IPv6 protocol configurations that have these values.

docset/winserver2022-ps/nettcpip/Get-NetRoute.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Gets the IP route information from the IP routing table.
1919
Get-NetRoute [[-DestinationPrefix] <String[]>] [-InterfaceIndex <UInt32[]>] [-InterfaceAlias <String[]>]
2020
[-NextHop <String[]>] [-AddressFamily <AddressFamily[]>] [-Publish <Publish[]>] [-RouteMetric <UInt16[]>]
2121
[-Protocol <Protocol[]>] [-CompartmentId <UInt32[]>] [-ValidLifetime <TimeSpan[]>]
22-
[-PreferredLifetime <TimeSpan[]>] [-AssociatedIPInterface <CimInstance>] [-PolicyStore <String>]
23-
[-IncludeAllCompartments] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
22+
[-PreferredLifetime <TimeSpan[]>] [-State <State[]>] [-InterfaceMetric <UInt32[]>]
23+
[-AssociatedIPInterface <CimInstance>] [-PolicyStore <String>] [-IncludeAllCompartments]
24+
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
2425
```
2526

2627
## DESCRIPTION
@@ -248,6 +249,21 @@ Accept pipeline input: True (ByPropertyName)
248249
Accept wildcard characters: False
249250
```
250251
252+
### -InterfaceMetric
253+
{{ Fill InterfaceMetric Description }}
254+
255+
```yaml
256+
Type: UInt32[]
257+
Parameter Sets: (All)
258+
Aliases:
259+
260+
Required: False
261+
Position: Named
262+
Default value: None
263+
Accept pipeline input: False
264+
Accept wildcard characters: False
265+
```
266+
251267
### -NextHop
252268
Specifies an array of next hop values.
253269
The cmdlet gets IP routes that have the next hop values that you specify.
@@ -388,6 +404,21 @@ Accept pipeline input: False
388404
Accept wildcard characters: False
389405
```
390406

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+
391422
### -ThrottleLimit
392423
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
393424
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.

docset/winserver2022-ps/nettcpip/Remove-NetRoute.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Removes IP routes from the IP routing table.
2020
Remove-NetRoute [[-DestinationPrefix] <String[]>] [-InterfaceIndex <UInt32[]>] [-InterfaceAlias <String[]>]
2121
[-NextHop <String[]>] [-AddressFamily <AddressFamily[]>] [-Publish <Publish[]>] [-RouteMetric <UInt16[]>]
2222
[-Protocol <Protocol[]>] [-CompartmentId <UInt32[]>] [-ValidLifetime <TimeSpan[]>]
23-
[-PreferredLifetime <TimeSpan[]>] [-AssociatedIPInterface <CimInstance>] [-PolicyStore <String>]
24-
[-IncludeAllCompartments] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf]
25-
[-Confirm] [<CommonParameters>]
23+
[-PreferredLifetime <TimeSpan[]>] [-State <State[]>] [-InterfaceMetric <UInt32[]>]
24+
[-AssociatedIPInterface <CimInstance>] [-PolicyStore <String>] [-IncludeAllCompartments]
25+
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm]
26+
[<CommonParameters>]
2627
```
2728

2829
### InputObject (cdxml)
@@ -239,6 +240,21 @@ Accept pipeline input: True (ByPropertyName)
239240
Accept wildcard characters: False
240241
```
241242
243+
### -InterfaceMetric
244+
{{ Fill InterfaceMetric Description }}
245+
246+
```yaml
247+
Type: UInt32[]
248+
Parameter Sets: ByName
249+
Aliases:
250+
251+
Required: False
252+
Position: Named
253+
Default value: None
254+
Accept pipeline input: False
255+
Accept wildcard characters: False
256+
```
257+
242258
### -NextHop
243259
Specifies an array of next hop values.
244260
The cmdlet removes routes that have the next hop values that you specify.
@@ -395,6 +411,21 @@ Accept pipeline input: False
395411
Accept wildcard characters: False
396412
```
397413

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+
398429
### -ThrottleLimit
399430
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
400431
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.

docset/winserver2022-ps/nettcpip/Set-NetIPv4Protocol.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Set-NetIPv4Protocol [-InputObject <CimInstance[]>] [-DefaultHopLimit <UInt32>]
2222
[-DhcpMediaSense <DhcpMediaSense>] [-MediaSenseEventLog <MediaSenseEventLog>] [-IGMPLevel <MldLevel>]
2323
[-IGMPVersion <MldVersion>] [-MulticastForwarding <MulticastForwarding>]
2424
[-GroupForwardedFragments <GroupForwardedFragments>] [-RandomizeIdentifiers <RandomizeIdentifiers>]
25-
[-AddressMaskReply <AddressMaskReply>] [-MinimumMtu <UInt32>] [-CimSession <CimSession[]>]
26-
[-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-AddressMaskReply <AddressMaskReply>] [-DeadGatewayDetection <DeadGatewayDetection>] [-MinimumMtu <UInt32>]
26+
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm]
27+
[<CommonParameters>]
2728
```
2829

2930
## DESCRIPTION
@@ -120,6 +121,21 @@ Accept pipeline input: False
120121
Accept wildcard characters: False
121122
```
122123
124+
### -DeadGatewayDetection
125+
{{ Fill DeadGatewayDetection Description }}
126+
127+
```yaml
128+
Type: DeadGatewayDetection
129+
Parameter Sets: (All)
130+
Aliases:
131+
132+
Required: False
133+
Position: Named
134+
Default value: None
135+
Accept pipeline input: False
136+
Accept wildcard characters: False
137+
```
138+
123139
### -DefaultHopLimit
124140
Specifies a value for the default hop limit.
125141
The cmdlet modifies the value for this setting.

docset/winserver2022-ps/nettcpip/Set-NetIPv6Protocol.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Set-NetIPv6Protocol [-InputObject <CimInstance[]>] [-DefaultHopLimit <UInt32>]
2222
[-DhcpMediaSense <DhcpMediaSense>] [-MediaSenseEventLog <MediaSenseEventLog>] [-MldLevel <MldLevel>]
2323
[-MldVersion <MldVersion>] [-MulticastForwarding <MulticastForwarding>]
2424
[-GroupForwardedFragments <GroupForwardedFragments>] [-RandomizeIdentifiers <RandomizeIdentifiers>]
25-
[-AddressMaskReply <AddressMaskReply>] [-UseTemporaryAddresses <UseTemporaryAddresses>]
26-
[-MaxTemporaryDadAttempts <UInt32>] [-MaxTemporaryValidLifetime <TimeSpan>]
27-
[-MaxTemporaryPreferredLifetime <TimeSpan>] [-TemporaryRegenerateTime <TimeSpan>]
28-
[-MaxTemporaryDesyncTime <TimeSpan>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob]
29-
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-AddressMaskReply <AddressMaskReply>] [-DeadGatewayDetection <DeadGatewayDetection>]
26+
[-UseTemporaryAddresses <UseTemporaryAddresses>] [-MaxTemporaryDadAttempts <UInt32>]
27+
[-MaxTemporaryValidLifetime <TimeSpan>] [-MaxTemporaryPreferredLifetime <TimeSpan>]
28+
[-TemporaryRegenerateTime <TimeSpan>] [-MaxTemporaryDesyncTime <TimeSpan>] [-CimSession <CimSession[]>]
29+
[-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

3232
## DESCRIPTION
@@ -123,6 +123,21 @@ Accept pipeline input: False
123123
Accept wildcard characters: False
124124
```
125125
126+
### -DeadGatewayDetection
127+
{{ Fill DeadGatewayDetection Description }}
128+
129+
```yaml
130+
Type: DeadGatewayDetection
131+
Parameter Sets: (All)
132+
Aliases:
133+
134+
Required: False
135+
Position: Named
136+
Default value: None
137+
Accept pipeline input: False
138+
Accept wildcard characters: False
139+
```
140+
126141
### -DefaultHopLimit
127142
Specifies a value for the default hop limit.
128143
The cmdlet modifies the value for this setting.

0 commit comments

Comments
 (0)