Showing results for July 2015 - Page 6 of 14 - Scripting Blog [archived]

Jul 19, 2015
Post comments count0
Post likes count0

Weekend Scripter: Building Test Servers

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about building test servers. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am listening to my favorite Swiss classical radio station on my computer, and I am sipping a cup of herb tea. I have a nice strawberry scone that I picked up in town at a local bakery. I am reminded of a conver...

Scripting Guy!Windows PowerShellWeekend Scripter
Jul 18, 2015
Post comments count0
Post likes count0

PowerTip: Set Breakpoint Based on Command

Doctor Scripto
Doctor Scripto

Summary: Learn to set a Windows PowerShell breakpoint based on a specific command.  How can I configure the Windows PowerShell debugger to start when a script hits a specific command?  Use the Set-PSBreakpoint cmdlet and specify a specific command name, for example: Set-PSBreakpoint -Command Foreach

Scripting Guy!Windows PowerShellPowerTip
Jul 18, 2015
Post comments count0
Post likes count0

Weekend Scripter: Break in to a Script via a Command

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the debugger to break in to a script via a specific command. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things, when troubleshooting a specific function in Windows PowerShell, is to set a breakpoint to occur each time the command is called. Remember, Windows PowerShell...

Scripting Guy!Windows PowerShellscripting techniques
Jul 17, 2015
Post comments count0
Post likes count0

PowerTip: Set PowerShell Breakpoint Based on Variable

Doctor Scripto
Doctor Scripto

Summary: Set a Windows PowerShell breakpoint based on a variable.  How can I enter the Windows PowerShell debugger when a particular variable is accessed in a specific            Windows PowerShell script?  Set a breakpoint and specify a particular variable and script, for example: Set-PSBreakpoint -Variable ...

Scripting Guy!Windows PowerShellPowerTip
Jul 17, 2015
Post comments count0
Post likes count0

Setting a Breakpoint on a Variable

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using variable breakpoints with the Windows PowerShell debugger. Hello Windows PowerShell scripting dudes and dudettes! Debugging Week continues, and today I am talking about using variable breakpoints with the Windows PowerShell debugger. Setting a breakpoint on line 1 of the script is usefu...

Scripting Guy!Windows PowerShellscripting techniques