News

That's when I had my second surprise of the night: My PowerShell code was corrupt. I reloaded the script file into Notepad, intending to fix the problem. However, Notepad displayed the code correctly.
One of the best new features in PowerShell 7 is the ability to perform parallel execution of script blocks, which can drastically reduce the amount of time it takes to process ForEach-Object loops.
Pester tests are just PowerShell scripts written a specific way, but it's recommended that all test scripts end with .Tests.ps1. This isn't technically required but does come in handy later when ...
VS Code or the Powershell extension incorrectly handles some characters that are valid in Windows Powershell ISE and Powershell executable. I had a script which possibly contained lines of code ...
Since Pester scripts are created using PowerShell, this leaves a lot of flexibility in how the test scripts can be created. Because of this flexibility, accounting for all of the different ways your ...