Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

POWERSHELL: More Vs –Paging in PowerShell

$
0
0

More is an alias of cmdlet Out-Host –paging whereas –paging is a parameter of Out-Host cmdlet which restrict the output to display per page. You can press space key to go to next page and “Q” key to quit the page. Below is the syntax and output sample.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles