News

While I've shown you the basics of testing your code in Pester in a previous column, here's how I take those fundamentals to actual code.
Variables are just about the most ubiquitous element inside any PowerShell script. Variables can easily be created and referenced inside your script. But sometimes you just need to test to see if they ...