Skip to content

Commit 328af83

Browse files
authored
Update note about MtuSize (#11699)
1 parent 225441e commit 328af83

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

reference/7.4/Microsoft.PowerShell.Management/Test-Connection.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 12/01/2023
5+
ms.date: 01/18/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/test-connection?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Test-Connection
@@ -593,10 +593,9 @@ When you use the **Detailed** parameter, this cmdlet returns a
593593

594594
## NOTES
595595

596-
On Linux, using the **BufferSize** parameter or any combination of parameters with the
597-
**MtuSizeDetect** parameter set that results in a non-default buffer size of 32 bytes may require
598-
`sudo`. In those cases, `Test-Command` raises an exception with a message indicating that `sudo` is
599-
required.
596+
On Linux, using the **BufferSize** parameter or any combination of parameters with the **MtuSize**
597+
parameter set that results in a non-default buffer size of 32 bytes may require `sudo`. In those
598+
cases, `Test-Command` raises an exception with a message indicating that `sudo` is required.
600599

601600
## RELATED LINKS
602601

reference/7.5/Microsoft.PowerShell.Management/Test-Connection.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/18/2024
5+
ms.date: 01/18/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/test-connection?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Test-Connection
@@ -536,7 +536,7 @@ Accept wildcard characters: False
536536

537537
### -Traceroute
538538

539-
Causes the cmdlet to do a Traceroute test. When this parameter is used, the cmdlet returns a
539+
Causes the cmdlet to do a traceroute test. When this parameter is used, the cmdlet returns a
540540
`TestConnectionCommand+TraceStatus` object.
541541

542542
```yaml
@@ -593,10 +593,9 @@ When you use the **Detailed** parameter, this cmdlet returns a
593593

594594
## NOTES
595595

596-
On Linux, using the **BufferSize** parameter or any combination of parameters with the
597-
**MtuSizeDetect** parameter set that results in a non-default buffer size of 32 bytes may require
598-
`sudo`. In those cases, `Test-Command` raises an exception with a message indicating that `sudo` is
599-
required.
596+
On Linux, using the **BufferSize** parameter or any combination of parameters with the **MtuSize**
597+
parameter set that results in a non-default buffer size of 32 bytes may require `sudo`. In those
598+
cases, `Test-Command` raises an exception with a message indicating that `sudo` is required.
600599

601600
## RELATED LINKS
602601

reference/7.6/Microsoft.PowerShell.Management/Test-Connection.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/18/2024
5+
ms.date: 01/18/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/test-connection?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Test-Connection
@@ -536,7 +536,7 @@ Accept wildcard characters: False
536536

537537
### -Traceroute
538538

539-
Causes the cmdlet to do a Traceroute test. When this parameter is used, the cmdlet returns a
539+
Causes the cmdlet to do a traceroute test. When this parameter is used, the cmdlet returns a
540540
`TestConnectionCommand+TraceStatus` object.
541541

542542
```yaml
@@ -593,10 +593,9 @@ When you use the **Detailed** parameter, this cmdlet returns a
593593

594594
## NOTES
595595

596-
On Linux, using the **BufferSize** parameter or any combination of parameters with the
597-
**MtuSizeDetect** parameter set that results in a non-default buffer size of 32 bytes may require
598-
`sudo`. In those cases, `Test-Command` raises an exception with a message indicating that `sudo` is
599-
required.
596+
On Linux, using the **BufferSize** parameter or any combination of parameters with the **MtuSize**
597+
parameter set that results in a non-default buffer size of 32 bytes may require `sudo`. In those
598+
cases, `Test-Command` raises an exception with a message indicating that `sudo` is required.
600599

601600
## RELATED LINKS
602601

0 commit comments

Comments
 (0)