Immutable data types They are not modifiable e.g. Numbers, Strings and Tuples Before line 3 a —> 1 b —–^
Continue readingCategory: Scripting
Use process block for pipeline inputs (PS)
If you get a parameter via the pipeline and don’t use a process block, you will operate just on the
Continue readingAccess 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