View Single Post
Old 01-14-2007   #5 (permalink)
$hay


 
 

Re: Change Help default behaviour

ya...
writing my own function was the first choice, something like

function Get-HelpExamples([string]$cmd) {
& get-help $cmd -examples | more
}
Set-Alias ghe Get-HelpExamples


to get only the examples section

10x all

$hay
http://scriptolog.blogspot.com


My System SpecsSystem Spec