Core 1 - Microsoft command line Flashcards

1
Q

this command displays information about files and directories, and how much disk space is available

A

dir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

cd command

A

change directory - If used without parameters, cd displays the current drive and directory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This command can be utilized to verify a network connection and your network settings. (ie. Internet Protocol configuration)

A

ipconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This command is used to test the ability of the source computer to reach a specified destination computer. It tests the connection between two network nodes…

A

ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

command sends packets to test destinations beyond the local computer’s network…

A

tracert

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

command shows the network statistics for the local computer. Displays TCP and UDP sessions by computer name (or IP) and port…

A

netstat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Command used for testing and troubleshooting DNS servers. Displays information that can be used to diagnose Domain Name System (DNS) infrastructure.

A

nslookup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Command enables you to shut down or restart local or remote computers, one at a time…

A

shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

dism command

A

Deployment Image Servicing and Management - used to modify Windows images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

sfc

A

System File Checker - used to verify and replace important Windows system files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

chkdsk

A

used to check a hard drive or other disk drive for errors and repair them if possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

diskpart

A

helps you manage your computer’s drives (disks, partitions, volumes, or virtual hard disks)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

taskkill

A

Ends one or more tasks or processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

gpupdate

A

group policy update - refreshes a computer’s local Group Policy, and any Active Directory-based group policies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

gpresult

A

group policy result - displays the Resultant Set of Policy (RSoP) information for a remote user and computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

format

A

creates a new root directory and file system for the disk. It can also check for bad areas on the disk

17
Q

copy

A

copies one or more files from one location to another

18
Q

xcopy

A

similar to copy, but has advanced features. ex: can copy directories, can exclude files.

19
Q

robocopy

A

robust copy - copy files and directories from one location to another

20
Q

which command can flush the DNS to have the new IP address assigned to the same computer name…

A

ipconfig/flushdns

21
Q

Command used to control active directory, add hosts to domain, etc…

A

netdom