You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,6 +88,12 @@ By default, the **Write-Output** cmdlet always enumerates its output.
88
88
The *NoEnumerate* parameter suppresses the default behavior, and prevents **Write-Output** from enumerating output.
89
89
The *NoEnumerate* parameter has no effect on collections that were created by wrapping commands in parentheses, because the parentheses force enumeration.
90
90
91
+
> [!NOTE]
92
+
> This switch only works correctly with PowerShell Core 6.2 and newer. On older
93
+
> versions of PowerShell Core, the collection is still enumerated even with
94
+
> use of this switch. The behavior in PowerShell Core 6.2 is consistent with
0 commit comments