PowerTip: Always view the latest PowerShell online Help

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon