Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Avoid Prompt When Using –Debug

Summary: Boe Prox shows how to avoid being prompted when using –Debug. (image)  I love using –Debug in functions to figure out what is going on, but how can I avoid being prompted            each time I run into Write-Debug in my code? (image)  After you declare your ...

Provide Support by Using Verbose and Debug Streams

Summary: Provide code support by using Verbose and Debug streams. Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. This is the first part in a series of five posts about troubleshooting Windows PowerShell scripts and functions. The series includes: When you ...