TECHKIT.NET

PowerShell

Common PowerShell commands (cmdlets) for Windows administration.

File & Object Management

CommandDescription
Get-ChildItemList files and directories (ls, dir)
Set-LocationChange current directory (cd)
New-ItemCreate new file or directory
Remove-ItemDelete file or directory (rm, del)
Copy-ItemCopy file or directory (cp, copy)
Move-ItemMove file or directory (mv, move)
Get-ContentView file content (cat, type)

Process & Service

CommandDescription
Get-ProcessGet running processes
Stop-ProcessStop a process
Get-ServiceGet installed services
Start-ServiceStart a service
Restart-ServiceRestart a service

Networking

CommandDescription
Test-NetConnectionTest connectivity (ping + port)
Resolve-DnsNameDNS lookup (nslookup/dig)
Get-NetIPAddressGet IP configuration