How to pause a screen in PowerShell? Use |More and the Spacebar

Scenario: 

When I use Get-Command, the commands are too many to fit in one screen. The screen runs very faster to the end. I want to see the output screen by screen without using scrolling the mouse.

Solution: 

Get-Command |More. Then use the Space Bar key instead of the Enter key for the next screen. If you use the Enter key, you will see one line per Enter after the 1st screen.