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
The$using: scope is needed not just in remoting, but also when running background jobs (both with Start-Job and Start-ThreadJob), and when using ForEach-Object -Parallel.
This fact should be mentioned in this help topic.
Also, the See also section should link to about_Variables.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 46fa829f-4c8c-f82b-24d0-22da319656be
Version Independent ID: 7fe490eb-b9aa-66bf-0e58-4c8400321a9c
https://stackoverflow.com/a/60012780/45375 now contains the kind of summary that I wish the docs offered (it is a bit dense, but hopefully can serve as a starting point).
The
$using:
scope is needed not just in remoting, but also when running background jobs (both withStart-Job
andStart-ThreadJob
), and when usingForEach-Object -Parallel
.This fact should be mentioned in this help topic.
Also, the
See also
section should link toabout_Variables
.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: