Chapter 15: Windows Administration Flashcards

1
Q

You can boot a PC over the network with ____, which is a stub operating system that creates a Pre-boot Execution Environment (PXE). This is considered a remote network installation.

A

WinPE or Windows Preinstallation Environment

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

You can access a Windows command prompt by running ____.

A

cmd.exe

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

The ____ Windows command is used to display a list of the files and folders/subdirectories within a directory.

A

dir

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

The ____ Windows command is used to change to the specified directory.

A

cd or chdir

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

The ____ Windows command is used to change to the directory that is up one level.

A

cd ..

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

The ____ Windows command is used to change to the root directory of the drive.

A

cd \

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

The ____ Windows command is used to make a directory in the specified path. If you don’t specify a path, the directory will be created in your current directory.

A

md [drive:] [path]

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

The ____ Windows command is used to remove (delete) the specified directory.

A

rmdir [drive:] [path]

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

The ____ Windows command is used to remove all directories and files in the specified directory, including the specified directory itself.

A

rmdir /s [drive:] [path]

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

The ____ Windows command is used to update Group Policy settings. It refreshes, or changes, both local and Active Directory based policies.

A

gpupdate

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

The ____ Windows command is used to show the Resultant Set of Policy (RSoP) report/values for a remote user and computer.

A

gpresult

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

The ____ Windows sub-command is used by administrators to map drive letters to network shares.

A

net use

ex. net use Z: \server\share

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

The ____ Windows sub-command is used by administrators to list all the local accounts on a Windows installation.

A

net user

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

The ____ Windows command is used to wipe data off disks and prepare them for new use.

A

format

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

The ____ Windows command is used to make a copy of a file in a second location.

A

copy

ex. copy [filename] [destination]

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

The ____ Windows command is used to copy folders (directories) as well as files.

A

xcopy

ex. xcopy [source] [destination] [switches]

17
Q

The ____ command is included with recent versions of Windows and is able to copy files and directories. It has the advantage of being able to accept a plethora of specifications and keeps NTFS permissions intact in its operations.

A

robocopy
(Robust File Copy)

18
Q

The ____ Windows command shows the partitions and lets you manage them on the computer’s hard drives.

A

diskpart

19
Q

You can use the Windows ____ command to create and display status reports for the hard disk. It can also correct filesystem problems and scan for and attempt to repair disk errors.

A

chkdsk

20
Q

The ____ Windows command can be used to schedule a shutdown (complete or a restart) locally or remotely.

A

shutdown

21
Q

The ____ Windows command checks and verifies the versions of system files on your computer. If system files are corrupted, it will replace the corrupted files with correct versions.

A

sfc
(System File Checker)

22
Q

Windows workgroups are restricted to connecting ____ simultaneous clients to a single workstation.

A

20

23
Q

A ____ is a collection of Group Policy settings and allows the administrator to change the behavior and appearance of the operating system and control certain aspects of the user.

A

GPO or Group Policy Object

24
Q

The ____ is a server role that is used to create a Windows image for mass deployment.

A

WDS or Windows Deployment Service