Clear-Host - Clear the Screen
When your terminal gets cluttered, you can start fresh by running the Clear-Host command. This removes previous outputs from the screen.
Simply type Clear-Host or use the cls alias to clean the terminal.
Knowledge Check
1 / 1Which cmdlet clears the screen in PowerShell?
References
These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.