Closed btimmerm closed 2 years ago
The dollar character must be properly escaped in each example so that it isn't processed as a substitution
Can be tested by creating a function with the following example.
"Input" | ForEach-Object {MyFunction -Parameter $_}
Thanks for reporting, could you show to which part of the code (or site) you are referring to?
The dollar character must be properly escaped in each example so that it isn't processed as a substitution
Can be tested by creating a function with the following example.