diff --git a/reference/5.1/Microsoft.PowerShell.Management/Get-Content.md b/reference/5.1/Microsoft.PowerShell.Management/Get-Content.md index 0d05e51935eb..056bf8d7c1ef 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Get-Content.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Get-Content.md @@ -167,12 +167,6 @@ Get-Content -Path .\Stream.txt This is the content of the Stream.txt file ``` -```powershell -# The primary stream doesn't need to be specified to get the primary stream of the file. -# This gets the same data as the prior two examples. -Get-Content -Path .\Stream.txt -``` - ```powershell # Use the Stream parameter of Add-Content to create a new Stream containing sample content. $addContentSplat = @{ diff --git a/reference/7.2/Microsoft.PowerShell.Management/Get-Content.md b/reference/7.2/Microsoft.PowerShell.Management/Get-Content.md index 4d58aae44b15..c46fce8a20ec 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/Get-Content.md +++ b/reference/7.2/Microsoft.PowerShell.Management/Get-Content.md @@ -167,12 +167,6 @@ Get-Content -Path .\Stream.txt This is the content of the Stream.txt file ``` -```powershell -# The primary stream doesn't need to be specified to get the primary stream of the file. -# This gets the same data as the prior two examples. -Get-Content -Path .\Stream.txt -``` - ```powershell # Use the Stream parameter of Add-Content to create a new Stream containing sample content. $addContentSplat = @{ diff --git a/reference/7.3/Microsoft.PowerShell.Management/Get-Content.md b/reference/7.3/Microsoft.PowerShell.Management/Get-Content.md index b083710a40b5..56b98148a661 100644 --- a/reference/7.3/Microsoft.PowerShell.Management/Get-Content.md +++ b/reference/7.3/Microsoft.PowerShell.Management/Get-Content.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/13/2023 +ms.date: 10/23/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-content?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-Content @@ -167,12 +167,6 @@ Get-Content -Path .\Stream.txt This is the content of the Stream.txt file ``` -```powershell -# The primary stream doesn't need to be specified to get the primary stream of the file. -# This gets the same data as the prior two examples. -Get-Content -Path .\Stream.txt -``` - ```powershell # Use the Stream parameter of Add-Content to create a new Stream containing sample content. $addContentSplat = @{ diff --git a/reference/7.4/Microsoft.PowerShell.Management/Get-Content.md b/reference/7.4/Microsoft.PowerShell.Management/Get-Content.md index 1a354ea4d90b..8062cabe19b1 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Get-Content.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Get-Content.md @@ -167,12 +167,6 @@ Get-Content -Path .\Stream.txt This is the content of the Stream.txt file ``` -```powershell -# The primary stream doesn't need to be specified to get the primary stream of the file. -# This gets the same data as the prior two examples. -Get-Content -Path .\Stream.txt -``` - ```powershell # Use the Stream parameter of Add-Content to create a new Stream containing sample content. $addContentSplat = @{