Showing tag results for scripting techniques

Jul 21, 2015
Post comments count0
Post likes count0

PowerTip: Find Name and Location of PowerShell Profiles

Doctor Scripto

Summary: Learn how to find the name and location of various Windows PowerShell profiles.  How can I find the name and location of various Windows PowerShell profiles?  Use the $profile automatic variable to see what profiles are available for your particular Windows PowerShell           host (for ex...

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

I Have a PowerShell Profile—Now What?

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the what to add into a Windows PowerShell profile. Microsoft Scripting Guy, Ed Wilson, is here. It was a beautiful sunny weekend in central Florida. The Scripting Wife and I headed to Tampa, where we met up with various Windows PowerShell peeps. It is good to get together and talk about cool ...

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

Weekend Scripter: Break in to a Script via a Command

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

Setting a Breakpoint on a Variable

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
Jul 15, 2015
Post comments count0
Post likes count0

Use PowerShell Strict Mode for Debugging

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using strict mode in Windows PowerShell for debugging purposes. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it can take being ignored or being used carelessly and sloppily, and it still seems to work fine. I mean, in the old days with V...

Scripting Guy!Windows PowerShellscripting techniques