PowerShell Misc Examples

By Xah Lee. Date: . Last updated: .

Misc common tasks in PowerShell.

clear, cls (alias of Clear-Host)

Clear screen.

mv (alias of Move-Item)

Move a file/dir to another dir.

ps (alias of Get-Process)

Lists proceses.

kill (alias of Stop-Process)

Stop one process or more.