commands
dir
-lists files and directories
cd or chdir
change working directory
use a \ to specify a volume or folder name
MD- make directory
CD- change directory
RD- remove directory
chkdsk /f
-fixes logical file system errors on the disk
chkdsk /r
-locates bad sectors and recovers readable information
copy /v- verifies that new files are written correctly
copy /y -suppresses prompting to confirm
robocopy
-a better copy
hostname- view the name of the device
winver
- determines the version of windows your on
whoami
-user and group information
/all
gives additional info
gpupdate
-force a group policy update
gpresult-gived a result
ipconfig- gives ip, subnet, and gateway
ping
-tests reachability
-uses the ICMP (internet control message controls protocol.
netstat
gives network statistics
netstat -a
-shows all active connections
netstat -b
-shows all binaries (windows)
netstat -n
-do not resolve names
nslookup
-name server lookup
net
windows network commands
net view
net use
net user
tracert
determine the route a packet takes to destination
path ping
combine ping and traceroute