For example, the command
get-help about_commonparameters
the output will scroll direct to the bottom, every time I have to scroll back to top to read. Is there any cmdlet to view powershell output page by page when the output is too long?
You can pipe your command to More
get-help about_commonparameters | More
or use Out-Host -Paging
get-help about_commonparameters | Out-Host -Paging
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With