From 8a6df479e1ba20ac42bd91cf8a5de392d4ab29c2 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 11 Nov 2021 09:12:17 -0600 Subject: [PATCH] Add note about when parameter was added --- reference/7.0/Microsoft.PowerShell.Utility/Format-Table.md | 4 +++- reference/7.1/Microsoft.PowerShell.Utility/Format-Table.md | 4 +++- reference/7.2/Microsoft.PowerShell.Utility/Format-Table.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/reference/7.0/Microsoft.PowerShell.Utility/Format-Table.md b/reference/7.0/Microsoft.PowerShell.Utility/Format-Table.md index 6a222bd5a176..1831af638392 100644 --- a/reference/7.0/Microsoft.PowerShell.Utility/Format-Table.md +++ b/reference/7.0/Microsoft.PowerShell.Utility/Format-Table.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 08/10/2020 +ms.date: 11/11/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/format-table?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: Format-Table @@ -414,6 +414,8 @@ Accept wildcard characters: True Repeats displaying the header of a table after every screen full. The repeated header is useful when the output is piped to a pager such as `less` or `more` or paging with a screen reader. +This parameter was added in PowerShell 6.2. + ```yaml Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) diff --git a/reference/7.1/Microsoft.PowerShell.Utility/Format-Table.md b/reference/7.1/Microsoft.PowerShell.Utility/Format-Table.md index f62adc758091..0e71842c68bc 100644 --- a/reference/7.1/Microsoft.PowerShell.Utility/Format-Table.md +++ b/reference/7.1/Microsoft.PowerShell.Utility/Format-Table.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 08/10/2020 +ms.date: 11/11/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/format-table?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Format-Table @@ -414,6 +414,8 @@ Accept wildcard characters: True Repeats displaying the header of a table after every screen full. The repeated header is useful when the output is piped to a pager such as `less` or `more` or paging with a screen reader. +This parameter was added in PowerShell 6.2. + ```yaml Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Format-Table.md b/reference/7.2/Microsoft.PowerShell.Utility/Format-Table.md index 7dd259152990..04cd2f42571d 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Format-Table.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Format-Table.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 08/10/2020 +ms.date: 11/11/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/format-table?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Format-Table @@ -414,6 +414,8 @@ Accept wildcard characters: True Repeats displaying the header of a table after every screen full. The repeated header is useful when the output is piped to a pager such as `less` or `more` or paging with a screen reader. +This parameter was added in PowerShell 6.2. + ```yaml Type: System.Management.Automation.SwitchParameter Parameter Sets: (All)