1.2 Microsoft Command Line Tool Flashcards
Navigation - cd
Change to a different directory using a backslash \ to specify folder name
Navigation - dir
List files & directories
Navigation - md
Create a new directory
Navigation - rmdir
Deletes a directory
Drive Navigation Inputs - C, D, X. etc
Represents the different storage drive, ex local drive C:
Command Line Tools - ipconfig
Shows basic IP addressing information for each network interface
Command Line Tools - ping
Shows the time it takes for a small data set to be transmitted from your device to a server on the Internet and back to your device again
Command Line Tools - hostname
Will put the name of the PC in the command line
Command Line Tools - netstat
Displays active network connections, routing tables, and other network interface information
Command Line Tools - nslookup
Give the IP addresses for a hostname
Command Line Tools - chkdsk
Check the file system and files on your disk
Command Line Tools - net user
View user account information and reset passwords
Command Line Tools - net use
Map a network share to a drive letter
Command Line Tools - tracert
Map a path a packet takes to a destination
Command Line Tools - format
Creates a new root directory and file system for the disk
Command Line Tools - xcopy
Create a copy of multiple files or complete directory trees
Command Line Tools - copy
Create a copy a file
Command Line Tools - robocopy
Better than xcopy and provides a lot more features when copying
Command Line Tools - gpupdate
Manage & configure group policies, force a group policy update
Command Line Tools - gpresult
Test the gpupdate effects
Command Line Tools - shutdown
Shuts down computer
Command Line Tools - sfc
Scan all protected system files, and replace corrupted files with a cached copy
Command Line Tools - [command name] /?
Help gain information on other commands
Command Line Tools - diskpart
Manage disks, partitions, or volumes
Command Line Tools - pathping
Provides information about network latency and network loss at intermediate hops between a source and destination
Command Line Tools - winver
Gives you information about the version of windows running on your device