If you get a parameter via the pipeline and don’t use a process block, you will operate just on the
Continue readingCategory: Scripting
Access caller variables from threads (PS)
In PowerShell, threads getting executed in separate run spaces. To access variables from the caller scope, you have to use
Continue reading