Powershell Commands Cheat Sheet
A quick reference for common Powershell commands.
| Command | Description |
|---|---|
Get-ChildItem | Get items in a folder (ls/dir). |
Set-Location | Change directory (cd). |
Copy-Item | Copy an item. |
Remove-Item | Remove an item. |
New-Item | Create a new item (file or directory). |
| Command | Description |
|---|---|
Get-Process | Get a list of running processes. |
Get-Service | Get a list of services. |
Get-Help [command] | Get help for a command. |