dir /S /B — lists recusively with the full path as an output
xcopy /E c:\source c:\dest — copying files recursively
net statistics — server uptime, stats, etc
systeminfo
systeminfo | find "Up Time"
net start "Service Name" — starts a service
net stop "Service Name" — stops a service