Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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.

Expand Down