Skip to content

Commit

Permalink
Merge pull request #3475 from msbemba/patch-153
Browse files Browse the repository at this point in the history
Update Get-NetIPInterface.md
  • Loading branch information
tiburd committed Jun 22, 2023
2 parents 2f16c8c + e4a0c74 commit 2579136
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ Accept wildcard characters: False
### -BaseReachableTimeMs
Gets IP interface properties only for interfaces by the BaseReachableTime property.
This parameter is the base for random reachable time, in milliseconds.
This parameter is described in RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
The default BaseReachableTime setting is `30`.
This parameter is described in [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
The default BaseReachableTime setting is `30000`.

```yaml
Type: UInt32[]
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ Accept wildcard characters: False
### -BaseReachableTimeMs
Specifies an array of base values of random reachable times, in milliseconds.
For more information, see RFC 2461http://go.microsoft.com/fwlink/p/?LinkId=84044.
The default value is 30.
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
The default value is 30000.
```yaml
Type: UInt32[]
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Accept wildcard characters: False
### -BaseReachableTimeMs
Specifies an array of base values of random reachable times, in milliseconds.
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
The default value is 30.
The default value is 30000.
```yaml
Type: UInt32[]
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Accept wildcard characters: False
### -BaseReachableTimeMs
Specifies an array of base values of random reachable times, in milliseconds.
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
The default value is 30.
The default value is 30000.
```yaml
Type: UInt32[]
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Accept wildcard characters: False
### -BaseReachableTimeMs
Specifies an array of base values of random reachable times, in milliseconds.
For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044).
The default value is 30.
The default value is 30000.
```yaml
Type: UInt32[]
Expand Down

0 comments on commit 2579136

Please sign in to comment.