Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Keep Output from Scrolling Off the PowerShell Console

$
0
0

Summary: Learn how to keep content from scrolling off the Windows PowerShell console.

Hey, Scripting Guy! Question How can I keep content from scrolling off the Windows PowerShell console and, instead, display content a page at a time?

Hey, Scripting Guy! Answer Pipe the results to the More function to display content in the Windows PowerShell console one page at a time. Keep in mind that the More function does not work inside the Windows PowerShell ISE, as shown here.

Get-Command * -CommandType cmdlet | more


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>