News

Create Visual Indicators Whenever a PowerShell script is behaving in a way that is completely unexpected, one of the first things I do is put some code in place to help me figure out what portions ...
Variable Values Another technique I frequently use when debugging complex PowerShell scripts is adding code to display the value of seemingly problematic variables at various points in the script.
Learn how to use Microsoft's programmers' editor, Visual Studio Code, to get the most from the latest PowerShell releases.
PowerShell for Visual Studio Code This extension provides rich PowerShell language support for Visual Studio Code (VS Code). Now you can write and debug PowerShell scripts using the excellent IDE-like ...
Microsoft updated its PowerShell extension for Visual Studio Code, continuing a months-long re-architecture to improve the stability of its editor and debugger, which was identified as the No. 1 user ...
Microsoft has just announced that the PowerShell extension for Visual Studio Code has hit version 1.0. It brings a "rich debugging experience", Plaster templates, integrated script analysis, and more.
Writing tests for PowerShell code can sometimes be tricky. Depending on how complex your code depends on how many tests that must be created. Also, if you've got a script or function with a lot of ...