From d054fdc768b6c194f5ab2b963655c1417dfed7d6 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 7 Apr 2026 16:02:21 -0500 Subject: [PATCH 1/3] Fix HelpInfoUri and rename ThreadJob module (#12931) * Fix HelpInfoUri and rename ThreadJob module * Fix cmdlet metadata * Fix module metadata * fix typo --- reference/7.6/CimCmdlets/CimCmdlets.md | 2 +- .../Microsoft.PowerShell.Archive.md | 2 +- .../Microsoft.PowerShell.Core.md | 2 +- .../Microsoft.PowerShell.Diagnostics.md | 2 +- .../Microsoft.PowerShell.Host.md | 2 +- .../Microsoft.PowerShell.Management.md | 2 +- .../Microsoft.PowerShell.Security.md | 2 +- .../Microsoft.PowerShell.ThreadJob.md | 24 +++++++++++++++++++ .../Start-ThreadJob.md | 4 ++-- .../Microsoft.PowerShell.Utility.md | 2 +- .../Microsoft.WSMan.Management.md | 2 +- reference/7.6/PSDiagnostics/PSDiagnostics.md | 2 +- reference/7.6/PSReadLine/PSReadLine.md | 2 +- reference/7.6/ThreadJob/ThreadJob.md | 23 ------------------ 14 files changed, 37 insertions(+), 36 deletions(-) create mode 100644 reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md rename reference/7.6/{ThreadJob => Microsoft.PowerShell.ThreadJob}/Start-ThreadJob.md (98%) delete mode 100644 reference/7.6/ThreadJob/ThreadJob.md 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. From 262202dad3b8c2d5f2e32401303331b50fae0405 Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" <6719572+mikefrobbins@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:07:59 -0500 Subject: [PATCH 2/3] Updated azps quick filter link for 15.5.0 (#12932) --- reference/module/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/module/index.md b/reference/module/index.md index 502f9b812984..3d8e57d684cc 100644 --- a/reference/module/index.md +++ b/reference/module/index.md @@ -12,7 +12,7 @@ ms.manager: sewhee ms.product: powershell ms.topic: landing-page quickFilterColumn1: powershell-7.4,windowsserver2025-ps -quickFilterColumn2: azps-15.4.0,sqlserver-ps +quickFilterColumn2: azps-15.5.0,sqlserver-ps quickFilterColumn3: graph-powershell-1.0,systemcenter-ps-2022 title: PowerShell Module Browser --- From 98cbecc256b536febae3d4d36b854bbaff038bed Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 7 Apr 2026 16:40:46 -0500 Subject: [PATCH 3/3] Update redirected links to new destination (#12933) --- reference/docs-conceptual/community/community-support.md | 4 ++-- reference/docs-conceptual/learn/shell/using-predictors.md | 4 ++-- reference/index.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/docs-conceptual/community/community-support.md b/reference/docs-conceptual/community/community-support.md index 8f88260642c7..4c64b8b46b4b 100644 --- a/reference/docs-conceptual/community/community-support.md +++ b/reference/docs-conceptual/community/community-support.md @@ -1,6 +1,6 @@ --- description: List of resources created for and by PowerShell users -ms.date: 03/10/2026 +ms.date: 04/07/2026 no-loc: [Discord, Slack, Spiceworks, "Stack Overflow" ] title: PowerShell community support resources --- @@ -34,5 +34,5 @@ For information about our support policy, see the [PowerShell Support Lifecycle] [06]: https://forums.powershell.org/ [07]: https://github.com/powershell/powershell/issues [08]: https://stackoverflow.com/questions/tagged/powershell -[09]: https://techcommunity.microsoft.com/t5/PowerShell/ct-p/WindowsPowerShell +[09]: https://techcommunity.microsoft.com/category/WindowsPowerShell [10]: https://www.reddit.com/r/PowerShell/ diff --git a/reference/docs-conceptual/learn/shell/using-predictors.md b/reference/docs-conceptual/learn/shell/using-predictors.md index 870faa159db5..9b495aefc034 100644 --- a/reference/docs-conceptual/learn/shell/using-predictors.md +++ b/reference/docs-conceptual/learn/shell/using-predictors.md @@ -1,7 +1,7 @@ --- description: This article describes the features and usage of Predictive IntelliSense in PSReadLine. title: Using predictors in PSReadLine -ms.date: 11/21/2025 +ms.date: 04/07/2026 --- # Using predictors in PSReadLine @@ -154,7 +154,7 @@ For more information, see [How to create a command-line predictor][02]. [01]: /powershell/module/psreadline/about/about_psreadline#command-history [02]: /powershell/scripting/dev-cross-plat/create-cmdline-predictor -[03]: https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-general-availability-of-az-tools-predictor/ba-p/3297956 +[03]: https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-general-availability-of-az-tools-predictor/3297956 [04]: https://www.powershellgallery.com/packages/CompletionPredictor [05]: https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet [06]: media/using-predictors/completion-predictor.gif diff --git a/reference/index.yml b/reference/index.yml index b3427d3b2468..b848bd450dd0 100644 --- a/reference/index.yml +++ b/reference/index.yml @@ -10,7 +10,7 @@ metadata: ms.collection: collection author: sdwheeler ms.author: sewhee - ms.date: 03/18/2025 + ms.date: 04/07/2026 no-loc: [Discord, Slack, Spiceworks, "Stack Overflow" ] # highlightedContent section (optional) @@ -138,7 +138,7 @@ tools: # Card 2 - title: PowerShell Tech Community imageSrc: /media/hubs/powershell/i_group-feedback.svg - url: https://techcommunity.microsoft.com/t5/powershell/ct-p/WindowsPowerShell + url: https://techcommunity.microsoft.com/category/WindowsPowerShell # Card 3 - title: DSC Community imageSrc: /media/hubs/powershell/i_group-feedback.svg