Skip to content

Commit d054fdc

Browse files
authored
Fix HelpInfoUri and rename ThreadJob module (#12931)
* Fix HelpInfoUri and rename ThreadJob module * Fix cmdlet metadata * Fix module metadata * fix typo
1 parent 0f69c74 commit d054fdc

File tree

14 files changed

+37
-36
lines changed

14 files changed

+37
-36
lines changed

reference/7.6/CimCmdlets/CimCmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: fb6cc51d-c096-4b38-b78d-0fed6277096a

reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: eb74e8da-9ae2-482a-a648-e96550fb8733

reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: 00000000-0000-0000-0000-000000000000

reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: ca046f10-ca64-4740-8ff9-2565dba61a4f

reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: 56d66100-99a0-4ffc-a12d-eee9a6718aef

reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: eefcb906-b326-4e99-9f54-8b4bb6ef3c6d

reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: a94c8c7e-9810-47c0-b8af-65089c13a35a
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
Download Help Link: https://aka.ms/powershell76-help
3+
Help Version: 7.6.0.0
4+
Locale: en-US
5+
Module Guid: a84b375d-c1d6-4a1c-bcb7-8059bc28cd98
6+
Module Name: Microsoft.PowerShell.ThreadJob
7+
ms.date: 04/07/2026
8+
schema: 2.0.0
9+
title: Microsoft.PowerShell.ThreadJob
10+
---
11+
12+
# Microsoft.PowerShell.ThreadJob Module
13+
14+
## Description
15+
16+
This module extends the existing PowerShell **BackgroundJob** to include a new thread based job
17+
(**ThreadJob**). This is a lighter weight solution for running concurrent PowerShell scripts that
18+
works within the existing PowerShell job infrastructure.
19+
20+
## Microsoft.PowerShell.ThreadJob Cmdlets
21+
22+
### [Start-ThreadJob](Start-ThreadJob.md)
23+
24+
Creates background jobs similar to the `Start-Job` cmdlet.

reference/7.6/ThreadJob/Start-ThreadJob.md renamed to reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
external help file: Microsoft.PowerShell.ThreadJob.dll-Help.xml
33
Locale: en-US
4-
Module Name: ThreadJob
4+
Module Name: Microsoft.PowerShell.ThreadJob
55
ms.date: 01/18/2026
6-
online version: https://learn.microsoft.com/powershell/module/threadjob/start-threadjob?view=powershell-7.6&WT.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.threadjob/start-threadjob?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-ThreadJob
99
---

reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Download Help Link: https://aka.ms/powershell75-help
2+
Download Help Link: https://aka.ms/powershell76-help
33
Help Version: 7.6.0.0
44
Locale: en-US
55
Module Guid: 1da87e53-152b-403e-98dc-74d7b4d63d59

0 commit comments

Comments
 (0)