Showing tag results for getting started

Jun 19, 2015
Post comments count0
Post likes count0

PowerShell Code Breaks: Break Line, Not Code

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about line continuation without breaking Windows PowerShell code.  Hey, Scripting Guy! I have a problem sometimes when I copy code from the Hey, Scripting Guy! Blog. It does not seem to work. I try to take out spaces, but it still doesn’t work. I am at my wits end because the code should...

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

Using PowerShell Grid View for User Info

Doctor Scripto

Summary: Learn how to use the Windows PowerShell grid view to display user information in this guest post by Tim Bolton and Don Walker. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Tim Bolton... Hi all, This project was a joint effort with my coworker, Don Walker (@EngineeringDon). In my current work environment, the cha...

Scripting Guy!Windows PowerShellguest blogger
Jun 16, 2015
Post comments count0
Post likes count0

PowerTip: Find Specific PowerShell Cmdlet Help

Doctor Scripto

Summary: Learn how to find help for a specific Windows PowerShell cmdlet parameter.  How can I find more information about a specific Windows PowerShell parameter that I saw a presenter use?  Use the Get-Help cmdlet, and specify the Windows PowerShell cmdlet and parameter names.            This exam...

Scripting Guy!Windows PowerShellPowerTip
Jun 14, 2015
Post comments count0
Post likes count0

Weekend Scripter: Deciphering Windows PowerShell Shorthand

Doctor Scripto

Summary: Learn how to decipher Windows PowerShell shorthand notation in this guest post written by Tim Warner. Microsoft Scripting Guy, Ed Wilson, is here. Welcome a new guest blogger today, Timothy Warner. Tim is an author and evangelist for Pluralsight, a premier online IT pro and development training company. Tim is the author of Sams Teach Your...

Scripting Guy!Windows PowerShellguest blogger
Jun 13, 2015
Post comments count0
Post likes count0

PowerTip: Find All PowerShell Cmdlets Except…

Doctor Scripto

Summary: Learn how to find all Windows PowerShell cmdlets except those from a specific module.  How can I find all Windows PowerShell cmdlets that begin with the verb "get" but are not contained in the            Windows PowerShell module named “PowerShellCookbook”?  Use the Get-Com...

Scripting Guy!Windows PowerShellPowerTip