Hi,
I installed Pscx and Powertab and now, when I use Get-Help, it all goes into a separate screen or nested console app and then vanishes when I hit Q.
In other words, I get this at the end of the help display
----------------------------------------------------------------------------
...
...
RELATED LINKS
Set-Alias
New-Alias
Export-Alias
Import-Alias
REMARKS
For more information, type: "get-help Get-Alias -detailed".
For technical information, type: "get-help Get-Alias -full".
(END)
----------------------------------------------------------------------------
... with the (END) at the end and when I hit "Q" to quit, the whole help display goes away.
This is not the default Posh behavior. I liked having my Get-Help exit gracefully before I installed these, so I could look at the help while using a Cmdlet.
Can anyone tell me how I can turn this functionality off without having to unistall Powertab or Community Extensions?
What it seems to be doing is adding
| less
automattically to Get-Help. I just cannot figure out where to turn it off.
Thanks.
Greg