File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Microsoft.PowerShell.Core
Microsoft.PowerShell.Utility Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Help Version: 5.2.0.0
44Locale : en-US
55Module Guid : 00000000-0000-0000-0000-000000000000
66Module Name : Microsoft.PowerShell.Core
7- ms.date : 12/04/2023
7+ ms.date : 05/08/2025
88schema : 2.0.0
99title : Microsoft.PowerShell.Core
1010---
@@ -193,6 +193,10 @@ Stops a PowerShell background job.
193193### [ Suspend-Job] ( Suspend-Job.md )
194194Temporarily 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 )
197201Verifies that a module manifest file accurately describes the contents of a module.
198202
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Help Version: 5.2.0.0
44Locale : en-US
55Module Guid : 1da87e53-152b-403e-98dc-74d7b4d63d59
66Module Name : Microsoft.PowerShell.Utility
7- ms.date : 10/26/2022
7+ ms.date : 05/08/2025
88schema : 2.0.0
99title : Microsoft.PowerShell.Utility
1010---
@@ -162,9 +162,6 @@ Returns unique items from a sorted list.
162162### [ Get-Variable] ( Get-Variable.md )
163163Gets 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 )
169166Groups objects that contain the same value for specified properties.
170167
You can’t perform that action at this time.
0 commit comments