Commands to Try
Click any command below to type it into the terminal. This sandbox supports hundreds of PowerShell cmdlets with realistic output.
Basics
Get-Process
processes
Get-Service
services
Get-ChildItem
files
Get-Date
date/time
Get-Help
help system
Active Directory
Get-ADUser
query users
Get-ADGroup
query groups
New-ADUser
create user
Network
Test-Connection
ping
Resolve-DnsName
DNS lookup
Get-NetIPAddress
IP config
Get-NetAdapter
NICs
System
Get-WmiObject
WMI queries
Get-EventLog
event logs
Get-Counter
perf counters
File System
Set-Location
change dir
New-Item
create file
Get-PSDrive
drives
Pipeline
Sort + Select
top CPU
Where-Object
filter
Measure-Object
count/stats
Server Roles
Get-DnsServerZone
DNS zones
Get-DhcpServerv4Scope
DHCP scopes
Get-VM
Hyper-V VMs
Get-Website
IIS sites
Tips:
Tab autocomplete commands & paths
↑↓ command history
cls clear screen
help quick reference
Pipe with | to chain commands