November 5th, 2013

PowerTip: Find Help about PowerShell Objects

Doctor Scripto
Scripter

Summary: Learn how to find Help about Windows PowerShell objects.

Hey, Scripting Guy! Question How can I find Help about Windows PowerShell objects?

Hey, Scripting Guy! Answer In Windows PowerShell 4.0 or Windows PowerShell 3.0, open the Windows PowerShell console
          with Admin rights, and run Update-Help.
           (For more information, see Understanding and Using Updatable PowerShell Help.)

Then use the Get-Help cmdlet:

Get-Help about_Objects

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.