<!-- Use this template to request updates to the documentation when new features are added to the product or when product behavior is changed. The may an update to an existing document or may require a completely new document. --> # Summary of the new document or enhancement - List of articles that need to be updated: - https://docs.microsoft.com/powershell/module/microsoft.powershell.core/foreach-object - https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_foreach - New articles that need to be created: - Link(s) to related code PR(s) in the PowerShell/PowerShell repo: https://github.com/PowerShell/PowerShell/pull/14548 - Link(s) to related issue(s) in the PowerShell/PowerShell repo: ## Description of what changed <!-- - E.g. added new parameters, changed parameter behavior, changed output - Provide detailed information about the changes --> Fix using variable for nested ForEach-Object -Parallel calls. Need to document current behavior in previous versions.
Summary of the new document or enhancement
Description of what changed
Fix using variable for nested ForEach-Object -Parallel calls. Need to document current behavior in previous versions.