Windows Vista Forums

Scrolling in get-help
  1. #1


    Adam Murray Guest

    Scrolling in get-help

    Hi,

    my get-help cmdlet has stopped scrolling a page at a time. It just dumps all
    the content to the screen in one go. Anyone have any ideas on how to get it
    to go back to scrolling one page at a time? I tried un-installing and
    re-installing powershell but the behaviour remained the same.

    Cheers,

    Adam.





      My System SpecsSystem Spec

  2. #2


    Adam Murray Guest

    Re: Scrolling in get-help

    I should have looked a little harder.

    In the help for get-help it states

    "Get-help" and "-?" display help on one page.
    "Help" displays help on multiple pages.

    Cheers,

    Adam.


    "Adam Murray" <muzzar78@msn.com> wrote in message
    news:%23ElHZxt2GHA.480@TK2MSFTNGP06.phx.gbl...
    > Hi,
    >
    > my get-help cmdlet has stopped scrolling a page at a time. It just dumps
    > all the content to the screen in one go. Anyone have any ideas on how to
    > get it to go back to scrolling one page at a time? I tried un-installing
    > and re-installing powershell but the behaviour remained the same.
    >
    > Cheers,
    >
    > Adam.
    >




      My System SpecsSystem Spec

  3. #3


    =?Utf-8?B?ZHJlZXNjaGtpbmQ=?= Guest

    Re: Scrolling in get-help

    If you have a look at the all-user powershell profile, you'll see that "help"
    is just a automatically defined function:

    function help
    {
    get-help $args[0] | out-host -paging
    }

    Everytime a cmdlet prints out too much text, you can pipe it to "out-host
    -paging".
    You can also pipe to the function "more", which has the same effect and is
    easier to type.

    --
    greetings
    dreeschkind

    "Adam Murray" wrote:

    > I should have looked a little harder.
    >
    > In the help for get-help it states
    >
    > "Get-help" and "-?" display help on one page.
    > "Help" displays help on multiple pages.
    >
    > Cheers,
    >
    > Adam.
    >
    >
    > "Adam Murray" <muzzar78@msn.com> wrote in message
    > news:%23ElHZxt2GHA.480@TK2MSFTNGP06.phx.gbl...
    > > Hi,
    > >
    > > my get-help cmdlet has stopped scrolling a page at a time. It just dumps
    > > all the content to the screen in one go. Anyone have any ideas on how to
    > > get it to go back to scrolling one page at a time? I tried un-installing
    > > and re-installing powershell but the behaviour remained the same.
    > >
    > > Cheers,
    > >
    > > Adam.
    > >

    >
    >
    >


      My System SpecsSystem Spec

Scrolling in get-help problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Scrolling task bar abbyz Software 2 13 Jan 2009
scrolling on Quicken luvscats Drivers 1 20 Dec 2008
Taskbar scrolling Tjikijiki Vista General 1 29 Dec 2007
scrolling a web page viper Vista General 0 12 Apr 2007
Vertical scrolling...jumps rather than smooth scrolling - Excel 20 Miller Man Vista hardware & devices 2 20 Mar 2007