News

Since most of the your debugging time is probably going to be concentrated on a small section of your code rather than the entire script, you are likely to be a lot happier with seeing debugging ...
All kinds of things can go wrong with your shell scripts, but they don't have to. Let's look a some debugging tips that can help ensure your scripts run the way you intend.
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 ...
Prof. Powershell Reaching Your Breaking Point with PowerShell Debug the longer PowerShell scripts by inserting breakpoints -- and some choice PowerShell cmdlets -- that will help you see how scripts ...
Tired of those pesky errors popping up even when you're not using your browser? Tweaking a single Internet Explorer setting may eliminate the problem.
Here are three pointers for finding and fixing any bugs in your PowerShell script, no matter how long it is.