diff --git a/reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md b/reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md index ddb7953b09d1..eb78f029b3f4 100644 --- a/reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md +++ b/reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md @@ -337,6 +337,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ This parameter works only on custom job types. It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs. +This parameter cannot be used without the **Wait** parameter. + This parameter is introduced in Windows PowerShell 3.0. ```yaml diff --git a/reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md b/reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md index 959fa0050bac..620c28aa7cf3 100644 --- a/reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md +++ b/reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md @@ -159,6 +159,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ This parameter works only on custom job types. It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs. +This parameter cannot be used without the **Wait** parameter. + This parameter is introduced in Windows PowerShell 3.0. ```yaml diff --git a/reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md b/reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md index 9d1bc7aa633e..9f68df711697 100644 --- a/reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md +++ b/reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ This parameter works only on custom job types. It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs. +This parameter cannot be used without the **Wait** parameter. + This parameter was introduced in Windows PowerShell 3.0. ```yaml diff --git a/reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md b/reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md index a14b02c81c2c..52a620716036 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ This parameter works only on custom job types. It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs. +This parameter cannot be used without the **Wait** parameter. + This parameter was introduced in Windows PowerShell 3.0. ```yaml diff --git a/reference/6/Microsoft.PowerShell.Core/Receive-Job.md b/reference/6/Microsoft.PowerShell.Core/Receive-Job.md index e4ebcf7fc93c..1f5b6cf2256d 100644 --- a/reference/6/Microsoft.PowerShell.Core/Receive-Job.md +++ b/reference/6/Microsoft.PowerShell.Core/Receive-Job.md @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ This parameter works only on custom job types. It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs. +This parameter cannot be used without the **Wait** parameter. + This parameter was introduced in Windows PowerShell 3.0. ```yaml