Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Always view the latest PowerShell online Help

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles