Showing results for December 2014 - Page 13 of 13 - Scripting Blog [archived]

Dec 1, 2014
0
0

PowerTip: Avoid Prompt When Using –Debug

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to avoid being prompted when using –Debug.  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?  After you declare your parameters, check for...

Scripting Guy!Windows PowerShellPowerTip
Dec 1, 2014
0
0

Provide Support by Using Verbose and Debug Streams

Doctor Scripto
Doctor Scripto

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 write a...

Scripting Guy!Windows PowerShellBoe Prox