September 24th, 2013

PowerTip: Use PowerShell to Access Online Help

Doctor Scripto
Scripter

Summary: Learn how to access online Help easily by using Windows PowerShell.

Hey, Scripting Guy! Question How can I ensure that I am always accessing the latest Help content—even if I suspect my Help file for Windows PowerShell is out-of-date, and I do not have time to download and install the latest?

Hey, Scripting Guy! AnswerUse the –Online switch when using the Get-Help cmdlet.
         This example opens Help content for Set-WSManInstance:

Get-Help Set-WSManInstance -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.