Showing results for Windows PowerShell ISE - Scripting Blog [archived]

Feb 11, 2015
0
0

PowerTip: Automatically Find Options in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to see available options in the Windows PowerShell ISE.  How can I easily see what options are available when I type in a cmdlet name in the Windows PowerShell ISE?  Use IntelliSense. There are two ways to display IntelliSense: 1. From the Edit menu, select Start Intellisense. 2. Use the Ctrl-Space&...

Scripting Guy!Windows PowerShellPowerTip
Jan 29, 2014
0
0

Use PowerShell to Manipulate Information with CIM

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Trevor Sullivan, talks about using Windows PowerShell and CIM to manipulate information. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Trevor Sullivan. Trevor is an Honorary Scripting Guy, and a recognized Microsoft Community Contributor (MCC). To see more of Trevor’s guest posts, see these ...

Scripting Guy!scripting techniquesguest blogger
Oct 30, 2013
0
0

Building a Demo Active Directory: Part 3

Doctor Scripto
Doctor Scripto

Summary: Create security groups in targeted organizational units in Active Directory.  Hey, Scripting Guy! I was wondering if you could please show me how to use Windows PowerShell to create some security groups inside a set of organizational units in Active Directory. Is it difficult? —DS  Hello DS, Honorary Scripting Guy, Sean ...

Scripting Guy!guest bloggerSean Kearney
Sep 20, 2013
0
0

Hey, Dude! Where Are My Methods?

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Richard Siddaway, talks about WMI's missing methods in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog post by Windows PowerShell MVP, Richard Siddaway. Richard has been working with Microsoft technologies for 25 years and has spent time in most  IT roles, including ...

Scripting Guy!scripting techniquesguest blogger
Jun 17, 2012
0
0

Weekend Scripter: Automatically Indent Your PowerShell Code in the ISE

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to create a function to indent your code in the Windows PowerShell ISE without tabbing. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about a road trip is that it gives me a chance to catch up on stuff I want to do. Luckily, the Scripting Wife enjoys driving, and I enjoy ...

Scripting Guy!Windows PowerShellscripting techniques