Get PowerShell on-line help

If you want to go straight to the horses mouth for help with a cmdlet, just type this:

start-process ((get-help get-process).relatedLinks.navigationLink |select-object -expand uri)[0]

–Gene

Leave a Reply