From c592e3e4310e14838418ca4ee51571192aa9fdef Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sat, 20 May 2023 13:21:43 +0530 Subject: [PATCH 1/8] Update Get-NetIPInterface.md Changed base reachable time default value to 30000 Fixes https://github.com/MicrosoftDocs/windows-powershell-docs/issues/3222 --- docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md index c0a368544b..459c983489 100644 --- a/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2022-ps/nettcpip/Get-NetIPInterface.md @@ -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[] From a3e780f43620b53f658cfe7c703876170d2015f6 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sat, 20 May 2023 13:45:04 +0530 Subject: [PATCH 2/8] Update Get-NetIPInterface.md --- docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md index f411d6f201..a92238cea9 100644 --- a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md @@ -305,7 +305,7 @@ Accept wildcard characters: False 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`. +The default BaseReachableTime setting is `30000`. ```yaml Type: UInt32[] From 01400a4185880fce504da479125accdc60768222 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sat, 20 May 2023 13:45:26 +0530 Subject: [PATCH 3/8] Update Get-NetIPInterface.md --- docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md index 6ca0bb1d5a..7973888ff6 100644 --- a/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2016-ps/nettcpip/Get-NetIPInterface.md @@ -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[] From f3f3b5e7c005e42fb21588acbed8e835c53ab0f0 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sat, 20 May 2023 13:45:45 +0530 Subject: [PATCH 4/8] Update Get-NetIPInterface.md --- docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md index ea053ddcd1..24761fa753 100644 --- a/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2019-ps/nettcpip/Get-NetIPInterface.md @@ -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[] From e520615e07a3eaa7b80038d8a5ff39fb54a9ba17 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sat, 20 May 2023 13:46:15 +0530 Subject: [PATCH 5/8] Update Get-NetIPInterface.md --- docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md index 807bb4e7f8..66db212200 100644 --- a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md @@ -293,7 +293,7 @@ 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. +The default value is 30000. ```yaml Type: UInt32[] From a1c4e3112dcd8eb299917b85243e6822b5b7704c Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Tue, 23 May 2023 11:25:38 +0530 Subject: [PATCH 6/8] Update Get-NetIPInterface.md --- docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md index a92238cea9..9dca2eba59 100644 --- a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md @@ -304,7 +304,7 @@ 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. +This parameter is described in RFC 2461 http://go.microsoft.com/fwlink/p/?LinkId=84044. The default BaseReachableTime setting is `30000`. ```yaml From ccdfdc2dbf635ce6a3bc5b4566fa9b527584cea4 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Tue, 23 May 2023 11:26:26 +0530 Subject: [PATCH 7/8] Update Get-NetIPInterface.md --- docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md index 9dca2eba59..dc3a0c114b 100644 --- a/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012-ps/nettcpip/Get-NetIPInterface.md @@ -304,7 +304,7 @@ 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 2461 http://go.microsoft.com/fwlink/p/?LinkId=84044. +This parameter is described in [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). The default BaseReachableTime setting is `30000`. ```yaml From 7b8be00a046bacd6c99bc17a4f0162decb1238d0 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Tue, 23 May 2023 11:27:05 +0530 Subject: [PATCH 8/8] Update Get-NetIPInterface.md --- docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md index 66db212200..c328f345d8 100644 --- a/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md +++ b/docset/winserver2012r2-ps/nettcpip/Get-NetIPInterface.md @@ -292,7 +292,7 @@ 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. +For more information, see [RFC 2461](https://go.microsoft.com/fwlink/p/?LinkId=84044). The default value is 30000. ```yaml