Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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