Skip to content

Commit 2579136

Browse files
authored
Merge pull request MicrosoftDocs#3475 from msbemba/patch-153
Update Get-NetIPInterface.md
2 parents 2f16c8c + e4a0c74 commit 2579136

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ Accept wildcard characters: False
304304
### -BaseReachableTimeMs
305305
Gets IP interface properties only for interfaces by the BaseReachableTime property.
306306
This parameter is the base for random reachable time, in milliseconds.
307-
This parameter is described in RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
308-
The default BaseReachableTime setting is `30`.
307+
This parameter is described in [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
308+
The default BaseReachableTime setting is `30000`.
309309

310310
```yaml
311311
Type: UInt32[]

docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Accept wildcard characters: False
292292
293293
### -BaseReachableTimeMs
294294
Specifies an array of base values of random reachable times, in milliseconds.
295-
For more information, see RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
296-
The default value is 30.
295+
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
296+
The default value is 30000.
297297
298298
```yaml
299299
Type: UInt32[]

docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Accept wildcard characters: False
294294
### -BaseReachableTimeMs
295295
Specifies an array of base values of random reachable times, in milliseconds.
296296
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
297-
The default value is 30.
297+
The default value is 30000.
298298
299299
```yaml
300300
Type: UInt32[]

docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Accept wildcard characters: False
294294
### -BaseReachableTimeMs
295295
Specifies an array of base values of random reachable times, in milliseconds.
296296
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
297-
The default value is 30.
297+
The default value is 30000.
298298
299299
```yaml
300300
Type: UInt32[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Accept wildcard characters: False
294294
### -BaseReachableTimeMs
295295
Specifies an array of base values of random reachable times, in milliseconds.
296296
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
297-
The default value is 30.
297+
The default value is 30000.
298298
299299
```yaml
300300
Type: UInt32[]

0 commit comments

Comments
 (0)