Skip to content

Commit

Permalink
Update ForEach-Object.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IrgendwasMitSchnittlauch authored May 14, 2024
1 parent 0480795 commit c295d11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reference/7.4/Microsoft.PowerShell.Core/ForEach-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,12 @@ that describes the operation.

This parameter was introduced in PowerShell 7.0.


> [!NOTE]
> The **-Parallel** Parameter is not supported in **Foreach ($item in $array)** scenarios
> You have to directly pipe an array like **$array | foreach -parallel**


```yaml
Type: System.Management.Automation.ScriptBlock
Parameter Sets: ParallelParameterSet
Expand Down

0 comments on commit c295d11

Please sign in to comment.