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