Showing results for ISE - Scripting Blog [archived]

Mar 5, 2015
0
0

Don’t Write Scripts: Use Snippets

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell snippets to avoid scripting demands.  Hey, Scripting Guy! One of the things that I find myself having to do from time-to-time is write scripts. I really don’t like to write scripts, but sometimes I cannot find what I need to, and I cannot avoid it. I really...

Scripting Guy!Windows PowerShellscripting techniques
Feb 12, 2015
0
0

PowerTip: Run Part of PowerShell Command

Doctor Scripto
Doctor Scripto

Summary: Learn how to run part of a command in the Windows PowerShell ISE.  I am having problems with a small part of a script that I am working on in the Windows PowerShell ISE—           how can I test only that code?  Highlight only the portion of the script you want to test, and press the F-8 key or...

Scripting Guy!Windows PowerShellPowerTip
Nov 12, 2014
0
0

Use Regions for PowerShell Comments

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about combining regions and Windows PowerShell comments in the ISE. Microsoft Scripting Guy, Ed Wilson, is here. This morning I want to talk about an idea I had the other day when I was on the treadmill. First of all, I will say that walking on a treadmill for an hour is a great way to get some tim...

Scripting Guy!Windows PowerShellscripting techniques