Skip to content

Commit 36e9bc6

Browse files
committed
Fix HelpInfoUri and rename ThreadJob module
1 parent 0f69c74 commit 36e9bc6

File tree

14 files changed

+34
-34
lines changed

14 files changed

+34
-34
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
title: Microsoft.PowerShell.ThreadJob Module
9+
---
10+
11+
# ThreadJob Module
12+
13+
## Description
14+
15+
This module extends the existing PowerShell **BackgroundJob** to include a new thread based job
16+
(**ThreadJob**). This is a lighter weight solution for running concurrent PowerShell scripts that
17+
works within the existing PowerShell job infrastructure.
18+
19+
## ThreadJob Cmdlets
20+
21+
### [Start-ThreadJob](Start-ThreadJob.md)
22+
23+
Creates background jobs similar to the `Start-Job` cmdlet.
File renamed without changes.

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)