Skip to content

Commit cd555f1

Browse files
authored
Merge pull request #12059 from MicrosoftDocs/main
5/8/2025 PM Publish
2 parents 352aad6 + c7fa705 commit cd555f1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

reference/5.1/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Help Version: 5.2.0.0
44
Locale: en-US
55
Module Guid: 00000000-0000-0000-0000-000000000000
66
Module Name: Microsoft.PowerShell.Core
7-
ms.date: 12/04/2023
7+
ms.date: 05/08/2025
88
schema: 2.0.0
99
title: Microsoft.PowerShell.Core
1010
---
@@ -193,6 +193,10 @@ Stops a PowerShell background job.
193193
### [Suspend-Job](Suspend-Job.md)
194194
Temporarily stops workflow jobs.
195195

196+
### [TabExpansion2](TabExpansion2.md)
197+
A helper function that wraps the `CompleteInput()` method of the **CommandCompletion** class to
198+
provide tab completion for PowerShell scripts.
199+
196200
### [Test-ModuleManifest](Test-ModuleManifest.md)
197201
Verifies that a module manifest file accurately describes the contents of a module.
198202

reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Help Version: 5.2.0.0
44
Locale: en-US
55
Module Guid: 1da87e53-152b-403e-98dc-74d7b4d63d59
66
Module Name: Microsoft.PowerShell.Utility
7-
ms.date: 10/26/2022
7+
ms.date: 05/08/2025
88
schema: 2.0.0
99
title: Microsoft.PowerShell.Utility
1010
---
@@ -162,9 +162,6 @@ Returns unique items from a sorted list.
162162
### [Get-Variable](Get-Variable.md)
163163
Gets the variables in the current console.
164164

165-
### [Get-Verb](Get-Verb.md)
166-
Gets approved PowerShell verbs.
167-
168165
### [Group-Object](Group-Object.md)
169166
Groups objects that contain the same value for specified properties.
170167

0 commit comments

Comments
 (0)