Promoting External Parameters

I am fully aware that I have been writing a lot of posts recently but, in my defense, work has recently left me unsupervised. This means I’ve had lots of time to spend working on fun PowerShell side projects, which naturally also means more blogs. As part of my current pet project, I had been …
Continue reading Promoting External Parameters

Parsing PowerShell – A Follow-Up

Previously, I wrote an article on using AST and a specific ‘gotcha’ that I encountered, as well as how to work around it. If you haven’t read that article, I’d encourage you to do so. The Trouble with AST in PowerShell Today, I’m back with a new wrinkle, another work around, and a bit of …
Continue reading Parsing PowerShell – A Follow-Up