diff --git a/reference/5.1/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/5.1/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md index c24510f82921..b29d594f131a 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md @@ -4,7 +4,7 @@ Help Version: 5.2.0.0 Locale: en-US Module Guid: 00000000-0000-0000-0000-000000000000 Module Name: Microsoft.PowerShell.Core -ms.date: 12/04/2023 +ms.date: 05/08/2025 schema: 2.0.0 title: Microsoft.PowerShell.Core --- @@ -193,6 +193,10 @@ Stops a PowerShell background job. ### [Suspend-Job](Suspend-Job.md) Temporarily stops workflow jobs. +### [TabExpansion2](TabExpansion2.md) +A helper function that wraps the `CompleteInput()` method of the **CommandCompletion** class to +provide tab completion for PowerShell scripts. + ### [Test-ModuleManifest](Test-ModuleManifest.md) Verifies that a module manifest file accurately describes the contents of a module. diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md b/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md index 5a1eabeaf29b..9cdeb3c39aee 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md @@ -4,7 +4,7 @@ Help Version: 5.2.0.0 Locale: en-US Module Guid: 1da87e53-152b-403e-98dc-74d7b4d63d59 Module Name: Microsoft.PowerShell.Utility -ms.date: 10/26/2022 +ms.date: 05/08/2025 schema: 2.0.0 title: Microsoft.PowerShell.Utility --- @@ -162,9 +162,6 @@ Returns unique items from a sorted list. ### [Get-Variable](Get-Variable.md) Gets the variables in the current console. -### [Get-Verb](Get-Verb.md) -Gets approved PowerShell verbs. - ### [Group-Object](Group-Object.md) Groups objects that contain the same value for specified properties.