Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Find Specific PowerShell Cmdlet Help

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

PowerTip: Better Way to View PowerShell Help

Summary: Learn a better way to view Windows PowerShell Help. (image)  I like the Windows PowerShell Help files, but I do not like trying to read them in the Windows PowerShell             console window. What is a better way to read the content? (image)  Use the –ShowWindow parameter from...