What command is used to change the active drive?
<driveletter>:
</driveletter>
What command lists files and directories in path?
dir [drive:][path]
How do you change the active directory?
cd [drive:][path][..]
What command provides the name of the device?
hostname
What command is used to display IP information?
ipconfig
What does the command pathping do?
Shows the path between systems
What command is used to see the path a packet takes?
tracert
What command allows you to see connections and what port is listening for traffic?
netstat
What command allows us to map a drive to a shared network on a folder?
net use [driverletter][path]
What command allows you to manage accounts?
net user
What command allows for DNS lookups?
nslookup
What command allows you to partitions and format disks?
diskpart
What command initializes and installs a file system onto a disk?
format
What command verifies file structures on an already formatted disk?
checkdsk
What command creates a dir?
md [drive:] path
What command removes a dir?
rd [drive:]path
What command is used to copy and optionally decrypts files?
copy
What is the better copy function command?
robocopy
What command can end a process on local or remote device?
taskkill
What command can restart a computer?
shutdown
What command checks for file corruption or damage?
sfc
What command checks for digital signatures and device drivers?
sigverify
What command is used for window images?
dism
What command reveals what window’s version you’re on?
winver