Powershell Commands Cheat Sheet

A quick reference for common Powershell commands.

CommandDescription
Get-ChildItemGet items in a folder (ls/dir).
Set-LocationChange directory (cd).
Copy-ItemCopy an item.
Remove-ItemRemove an item.
New-ItemCreate a new item (file or directory).

CommandDescription
Get-ProcessGet a list of running processes.
Get-ServiceGet a list of services.
Get-Help [command]Get help for a command.