Directory Listings

dir /S /B — lists recusively with the full path as an output

Copy Files

xcopy /E c:\source c:\dest — copying files recursively

Server Status

net statistics — server uptime, stats, etc

systeminfo

systeminfo | find "Up Time"

Services

net start "Service Name" — starts a service

net stop "Service Name" — stops a service