diff --git a/reference/7.6/CimCmdlets/CimCmdlets.md b/reference/7.6/CimCmdlets/CimCmdlets.md index 910275a3ea5f..3e1c8e238071 100644 --- a/reference/7.6/CimCmdlets/CimCmdlets.md +++ b/reference/7.6/CimCmdlets/CimCmdlets.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: fb6cc51d-c096-4b38-b78d-0fed6277096a diff --git a/reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md b/reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md index 59197dba7067..1249b22f93cf 100644 --- a/reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md +++ b/reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: eb74e8da-9ae2-482a-a648-e96550fb8733 diff --git a/reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md index 053338526538..46c42f73fb2d 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md +++ b/reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: 00000000-0000-0000-0000-000000000000 diff --git a/reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md b/reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md index 87eb93b59689..369d0d159252 100644 --- a/reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md +++ b/reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: ca046f10-ca64-4740-8ff9-2565dba61a4f diff --git a/reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md b/reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md index 2dfbebe56833..0654ab332d76 100644 --- a/reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md +++ b/reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: 56d66100-99a0-4ffc-a12d-eee9a6718aef diff --git a/reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md b/reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md index c5b9c0bfd611..b358383ca32e 100644 --- a/reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md +++ b/reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: eefcb906-b326-4e99-9f54-8b4bb6ef3c6d diff --git a/reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md b/reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md index 90ce63e7a835..f40b44e700fd 100644 --- a/reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md +++ b/reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: a94c8c7e-9810-47c0-b8af-65089c13a35a diff --git a/reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md b/reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md new file mode 100644 index 000000000000..ae0405490fd0 --- /dev/null +++ b/reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md @@ -0,0 +1,24 @@ +--- +Download Help Link: https://aka.ms/powershell76-help +Help Version: 7.6.0.0 +Locale: en-US +Module Guid: a84b375d-c1d6-4a1c-bcb7-8059bc28cd98 +Module Name: Microsoft.PowerShell.ThreadJob +ms.date: 04/07/2026 +schema: 2.0.0 +title: Microsoft.PowerShell.ThreadJob +--- + +# Microsoft.PowerShell.ThreadJob Module + +## Description + +This module extends the existing PowerShell **BackgroundJob** to include a new thread based job +(**ThreadJob**). This is a lighter weight solution for running concurrent PowerShell scripts that +works within the existing PowerShell job infrastructure. + +## Microsoft.PowerShell.ThreadJob Cmdlets + +### [Start-ThreadJob](Start-ThreadJob.md) + +Creates background jobs similar to the `Start-Job` cmdlet. diff --git a/reference/7.6/ThreadJob/Start-ThreadJob.md b/reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md similarity index 98% rename from reference/7.6/ThreadJob/Start-ThreadJob.md rename to reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md index 4033ddd2c5b8..3aeb7095b3bd 100644 --- a/reference/7.6/ThreadJob/Start-ThreadJob.md +++ b/reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md @@ -1,9 +1,9 @@ --- external help file: Microsoft.PowerShell.ThreadJob.dll-Help.xml Locale: en-US -Module Name: ThreadJob +Module Name: Microsoft.PowerShell.ThreadJob ms.date: 01/18/2026 -online version: https://learn.microsoft.com/powershell/module/threadjob/start-threadjob?view=powershell-7.6&WT.mc_id=ps-gethelp +online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.threadjob/start-threadjob?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 title: Start-ThreadJob --- diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md b/reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md index 4771a4641873..c30715ebdddb 100644 --- a/reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md +++ b/reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: 1da87e53-152b-403e-98dc-74d7b4d63d59 diff --git a/reference/7.6/Microsoft.WSMan.Management/Microsoft.WSMan.Management.md b/reference/7.6/Microsoft.WSMan.Management/Microsoft.WSMan.Management.md index f21eb0b0c458..b25d11d090ad 100644 --- a/reference/7.6/Microsoft.WSMan.Management/Microsoft.WSMan.Management.md +++ b/reference/7.6/Microsoft.WSMan.Management/Microsoft.WSMan.Management.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: 766204a6-330e-4263-a7ab-46c87afc366c diff --git a/reference/7.6/PSDiagnostics/PSDiagnostics.md b/reference/7.6/PSDiagnostics/PSDiagnostics.md index 3ee1374214b5..d9d0ff747122 100644 --- a/reference/7.6/PSDiagnostics/PSDiagnostics.md +++ b/reference/7.6/PSDiagnostics/PSDiagnostics.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: c61d6278-02a3-4618-ae37-a524d40a7f44 diff --git a/reference/7.6/PSReadLine/PSReadLine.md b/reference/7.6/PSReadLine/PSReadLine.md index cb4400f93fdc..14cbfc470e13 100644 --- a/reference/7.6/PSReadLine/PSReadLine.md +++ b/reference/7.6/PSReadLine/PSReadLine.md @@ -1,5 +1,5 @@ --- -Download Help Link: https://aka.ms/powershell75-help +Download Help Link: https://aka.ms/powershell76-help Help Version: 7.6.0.0 Locale: en-US Module Guid: 5714753b-2afd-4492-a5fd-01d9e2cff8b5 diff --git a/reference/7.6/ThreadJob/ThreadJob.md b/reference/7.6/ThreadJob/ThreadJob.md deleted file mode 100644 index cdea2069fe49..000000000000 --- a/reference/7.6/ThreadJob/ThreadJob.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -Download Help Link: https://aka.ms/powershell75-help -Help Version: 7.6.0.0 -Locale: en-US -Module Guid: 0e7b895d-2fec-43f7-8cae-11e8d16f6e40 -Module Name: ThreadJob -ms.date: 07/09/2019 -title: ThreadJob Module ---- - -# ThreadJob Module - -## Description - -This module extends the existing PowerShell BackgroundJob to include a new thread based -**ThreadJob** job. This is a lighter weight solution for running concurrent PowerShell scripts that -works within the existing PowerShell job infrastructure. - -## ThreadJob Cmdlets - -### [Start-ThreadJob](Start-ThreadJob.md) - -Creates background jobs similar to the `Start-Job` cmdlet.