diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md index 7c8ba80dcdb9..b4ae7e21c28f 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md @@ -1,7 +1,7 @@ --- description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session. Locale: en-US -ms.date: 08/29/2022 +ms.date: 01/07/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Jobs @@ -242,7 +242,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to get all of the results. Use the **State** property to determine when the job is complete. -You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use +You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you use this parameter, the cmdlet doesn't return the command prompt until the job is completed and all results are available. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md index 9f56fd4a44c4..5fd02b66f95c 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md @@ -1,7 +1,7 @@ --- description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session. Locale: en-US -ms.date: 08/29/2022 +ms.date: 01/07/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Jobs @@ -253,7 +253,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to get all of the results. Use the **State** property to determine when the job is complete. -You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use +You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you use this parameter, the cmdlet doesn't return the command prompt until the job is completed and all results are available. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Jobs.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Jobs.md index 70881ddd8f97..4203ffa6af09 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Jobs.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Jobs.md @@ -1,7 +1,7 @@ --- description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session. Locale: en-US -ms.date: 08/29/2022 +ms.date: 01/07/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Jobs @@ -9,7 +9,6 @@ title: about_Jobs # about_Jobs ## Short description - Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.