Showing results for February 2015 - Page 8 of 12 - Scripting Blog [archived]

Feb 11, 2015
Post comments count0
Post likes count0

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&n...

Scripting Guy!Windows PowerShellPowerTip
Feb 11, 2015
Post comments count0
Post likes count0

Don’t Learn PowerShell: Use Cmdlets

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell cmdlets to do IT ops work.  Hey, Scripting Guy! I have been an IT pro for many years, and to be honest, I am really good at my job. Now it seems you guys are abandoning me. I have been a loyal Microsoft supporter for many years, and I even got my MCSE back on Win...

Scripting Guy!Windows PowerShellgetting started
Feb 10, 2015
Post comments count0
Post likes count0

PowerTip: Find What a PowerShell Command Does

Doctor Scripto
Doctor Scripto

Summary: Learn how to find out what a Windows PowerShell command does before it does it.  I found a Windows PowerShell command on the Internet that might be what I need, but how can I see what           it does before it messes something up?  You can add the –WhatIf parameter to all Windows Po...

Scripting Guy!Windows PowerShellPowerTip
Feb 10, 2015
Post comments count0
Post likes count0

Predict the Future with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, discusses using Windows PowerShell to see what a command will do before it does it.  Hey, Scripting Guy! My football coach always said, “If you’re scared, admit you’re scared.” Well, Scripting Guy, in honor of my old coach, I am admitting I am scared. I do not know Windows Po...

Scripting Guy!Windows PowerShellgetting started
Feb 9, 2015
Post comments count0
Post likes count0

PowerTip: Find PowerShell Commands

Doctor Scripto
Doctor Scripto

Summary: Learn how to easily find Windows PowerShell commands.  How can I use Windows PowerShell if I do not know the appropriate command to use or the available options?  In the Windows PowerShell console, type Show-Command. In the dialog box that appears, type what you need—           such as pro...

Scripting Guy!Windows PowerShellPowerTip