Chapter 15: Windows Administration Flashcards
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.
WinPE or Windows Preinstallation Environment
You can access a Windows command prompt by running ____.
cmd.exe
The ____ Windows command is used to display a list of the files and folders/subdirectories within a directory.
dir
The ____ Windows command is used to change to the specified directory.
cd or chdir
The ____ Windows command is used to change to the directory that is up one level.
cd ..
The ____ Windows command is used to change to the root directory of the drive.
cd \
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.
md [drive:] [path]
The ____ Windows command is used to remove (delete) the specified directory.
rmdir [drive:] [path]
The ____ Windows command is used to remove all directories and files in the specified directory, including the specified directory itself.
rmdir /s [drive:] [path]
The ____ Windows command is used to update Group Policy settings. It refreshes, or changes, both local and Active Directory based policies.
gpupdate
The ____ Windows command is used to show the Resultant Set of Policy (RSoP) report/values for a remote user and computer.
gpresult
The ____ Windows sub-command is used by administrators to map drive letters to network shares.
net use
ex. net use Z: \server\share
The ____ Windows sub-command is used by administrators to list all the local accounts on a Windows installation.
net user
The ____ Windows command is used to wipe data off disks and prepare them for new use.
format
The ____ Windows command is used to make a copy of a file in a second location.
copy
ex. copy [filename] [destination]