November 16th, 2012

PowerTip: Always view the latest PowerShell online Help

Doctor Scripto
Scripter

Summary: Learn how to view online Help by using the –Online switch.

Hey, Scripting Guy! Question How can I always view the latest Help information?

Hey, Scripting Guy! Answer Use the –Online switch with the cmdlet. For example, to view online Help for the Get-Process cmdlet, use the syntax shown here. (Keep in mind the output displays in a browser.)

Get-Help Get-Process -Online

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.