Shared Flashcard Set

Details

MCSA-CHAPTER 2 - Automated Deployment + Hyper V
Flashcards for Chapter 2
120
Computer Science
Graduate
09/21/2016

Additional Computer Science Flashcards

 


 

Cards

Term
What does MDT stands for?
Definition

Microsoft Deployment Toolkit

 

It is used to automated desktop and server deployment. 

Term
Mention some of the minimum requirements to install MDT 2013?
Definition
  • It can be install on any of the current kernerl vesion of W. as well as S2008RT, 2012 and 2012RT
  • You need to have installed the ADK ( Windows assesment and Deployment Kit)
  • if you required zero-touch installation, you need to have the System Center 2012 R2 configuration manager service pack 1
Term
What does ADK stands for?
Definition
Windows Assesment and Deployment Kit
Term
What does ZTI stands for?
Definition
Zero-touch installation
Term
What does UDI stands for?
Definition
User-driven installation
Term
What's an unattended installation?
Definition
Is a practical method of automating deployments when you have a large number of clients to install and the computers require different hardware and software configurations.
Term
What type of file is used by Unatended Installation and what does it do?
Definition

They use and answer file called Autounattend.xml

 

and provide config information during the installation process withouth the need for user input.

Term
Mention some advantages of Unattended installation
Definition
  • Time and money saver
  • It can be configured to provide automated query response while still selectivily allow for user input.
  • it can be use either to upgrade or to perform a clean install of W10.
  • it can be expanded to allow instructions for apps, language support, service packs and drivers packs.
  • it is not necessary to have the physical media for W10.
Term
Mention some Disadvantages of Unattended Installation
Definition
  • Requires more initial set up than a single W10 install.
  • someone must have access to each client computer and must initiate the unattended insallation on the client's end.
Term
What does WDS stands for?
Definition

Windows Deployment Services

 

is an updated version of Remote Installation Service (RIS). WDS is a suite of components that allows you to remotely install Windows 10 on client computers.

Term
What does PXE stands for?
Definition

Preboot Execution Enviroment

 

Is a technology used to boot to the network when no operating system or network config has been installed and configured on a client computer. 

 

**important** client computers must be PXE capable

Term
Mention some advantages of WDS?
Definition
  • Allows IT deptos. to remotely install W.OS through network, resulting in less manpower needed
  • allows to deploy multiple images for mixed enviroments including W7, W8, W10 and WS.
  • allows IT depts to use Windows setups including Windows Preinstallation Enviroment ( PE)
  • uses multicasting to allow for the transmitting data and imaging data to communicate to each other.
  • and IT depto can create reference images using the Windows ICD 
  • allows admins to install a driver package to the server and configure the drivers to be deployed to client computers at the same time it's being installed.
  • allows for a standarize W10 installation
  • end-user installation deployment can be controlled through group policy utility.
Term
Mention some disadvantages of WDS
Definition
  • It can only be used if your network is running WS2008,  WS2002R2, WS2012 or WS202RT with Active Directory
  • all clients using WDS must be PXE compatible or have a discovery image.
Term

WDS config commands using Wdsutil:

 

/initialize-server

Definition
Initializes the configuration of the WDS server
Term

WDS config commands using Wdsutil:

 

/uninitialized-server

Definition
Undoes any changes made during the initialization of the WDS server
Term

WDS config commands using Wdsutil:

 

/add

Definition
Adds images and devices to the WDS server
Term

WDS config commands using Wdsutil:

 

/convert-ripiimage

Definition

converts remote installation preparation images to WIM images

 

WIM= basically an image of Windows OS

Term

WDS config commands using Wdsutil:

 

/remove

Definition
Removes images from the server
Term

WDS config commands using Wdsutil:

 

/set

Definition
Sets information in images, image groups, WDS servers and WDS devices
Term

WDS config commands using Wdsutil:

 

/get

Definition
Gets information from images, image groups, WDS servers, and WDS devices
Term

WDS config commands using Wdsutil:

 

/new

Definition
Creates new capture images or discover images
Term

WDS config commands using Wdsutil:

 

/copy-image

Definition
Copies imaes from the image store
Term

WDS config commands using Wdsutil:

 

/export-image

Definition
Exports to WIM files images contined within the image store
Term

WDS config commands using Wdsutil:

 

/start

Definition
Starts WDS services
Term

WDS config commands using Wdsutil:

 

/stop

Definition
Stops WDS services
Term

WDS config commands using Wdsutil:

 

/disables

Definition
Disables WDS services
Term

WDS config commands using Wdsutil:

 

/enable

Definition
Enables WDS services
Term

WDS config commands using Wdsutil:

 

/approve-autoadddevices

Definition
Aproves Auto-add devices
Term

WDS config commands using Wdsutil:

 

/reject-autoadddevices

Definition
Rejects Auto-add devices
Term

WDS config commands using Wdsutil:

 

/delete-autoadddevices

Definition
Deletes records from the Auto-add database
Term

WDS config commands using Wdsutil:

 

/update

Definition
Uses a known-good resource to update a server resource
Term
What does sysprep.exe stands for?
Definition
Sysprep.exe also known as System preparation tool, is used to prepare a computer for disk imaging, and the disk image can then be captured using the Image Capture Wizard. this is a free utility. tipically it cna be found on \windows\system32\sysprep directory.
Term
What does Disk Imaging stands for?
Definition
is the process of taking a checkpoint of a computer and then using that checkpoint to create new computers, allowing for automated deployment.
Term
What Does the Oobe.xml file stands for?
Definition
Out of the Box experience, set of instructions you can load to make the newly build system work as if you took it right out of the manufacturer's box
Term

SYSPREP Config Commands:

 

/pnp

Definition
Forces a mini-setup wizard to start at reboot so that all Plug and Play devices can be recognized.
Term

SYSPREP Config Commands:

 

/generalize

Definition
This allows Sysprep to remove all system-specific data from the sysprep image. if you are running the GUI version of Sysprepr, this is a check-box option. it alslo removes the SID
Term

SYSPREP Config Commands:

 

/oobe

Definition
Initiates the Windows Welcome screen at the next reboot
Term

SYSPREP Config Commands:

 

/audit

Definition
Initiates Sysprep in audit mode, which allows you to add drivers and apps to Windows or test the installlation prio to deployment.
Term

SYSPREP Config Commands:

 

/nosidgen

Definition
Sysprep does not generate a new SID on the computer restart. Forces a mini-setup on restart.
Term

SYSPREP Config Commands:

 

/reboot

Definition
Stops and restarts the computer system.
Term

SYSPREP Config Commands:

 

/quiet

Definition
Runs without any confirmation dialog messages being displayed. basically with no user interaction
Term

SYSPREP Config Commands:

 

/mini

Definition
Tells Sysprep to run the mini-setup on the next reboot.
Term
When running sysprep, the computer running it, should it be a member of a work-group or a domain?
Definition
It must a work-group, otherwise when you run the sysprep as part of a domain the computer will be removed from the domain.
Term
Mention some advantages of the Sysprep
Definition
  • it reduces deployment time when dealing wiht large number of computers with similar hardware
  • by using the disk imaging, facilitates the standardization of desktops, administrative policies, and restrictions through an organization.
  • Reference images can be copied across a network connection or through DVD's that are physicially distributed to client computers.
Term
Mention some disadvantages of Sysprep
Definition
  • Image Capture Wizard, third party imaging software, or hardware disk duplication devices must be used for an imaged-based setup.
  • you mut use the version that comes with W10
  • The sysprep won't detect any hardware that is not plug and play compliant.
Term
What does ICD stands for?
Definition

Windows Imaging and Configuration Designer,

 

Allows an admin to work with images.

Term

Summary of W10 deployment Options :

 

setup.exe

Definition
Program used to initiate the installation process
Term

Summary of W10 deployment Options :

 

autounattend.xml

Definition
Answer file used to customize installation queries
Term

Summary of W10 deployment Options :

 

Windows System Image Manager

Definition
Program used to create answer files to be used for unattended installations.
Term

Summary of W10 deployment Options :

 

Image Capture Wizard.exe

Definition
Command line utility that works in conjunction with Sysprep to create and manage W10 image files for deployment.
Term

Summary of W10 deployment Options :

 

Sysprep.exe

Definition
prepares a source reference computer that will be used in conjunction with a distribution share or with disk duplication through Image Capture Wizard , third-party software, or hardware disk-duplication devices.
Term

SYSPREP Config Commands:

 

/quit

Definition
Specifies that the Sysprep should quit after the specified operations have been completed.
Term

SYSPREP Config Commands:

 

/shutdown

Definition
Specifies that the computer sould shut down after the specified operations have been completed
Term

SYSPREP Config Commands:

 

/unattend

Definition
Indicates the name and location of the answer file to use
Term
What is the name of the utility in Windows to capture the image?  ( not sysprep...)
Definition
Windows Image Capture Wizard
Term

ICD. EXE command lines

 

/Customization XML

Definition
Identifies the location of the Windows provisioning XML file. this is basically the answer file.
Term

ICD. EXE command lines

 

/PackagePath

Definition
Identifies the location and the build provisioning package name where the package will be saved.
Term

ICD. EXE command lines

 

/StoreFile

Definition
Allows IT administrators to use their own settings store instead of the default store used by Windows ICD. if an IT administrator does not determine his or her own store, a default store that's common to all Windows editions will be loaded by WIndows ICD.
Term

ICD. EXE command lines

 

/MSPackageRoot

Definition
Identifies the location of the root directory that holds the Microsoft Packages that you downloaded from the Windows Portal
Term

ICD. EXE command lines

 

/OEMInputXML

Definition
Identifies the location to the OEMInput file.xml file. which defines a subnet of settings that can be designed based on the image type.
Term

ICD. EXE command lines

 

/Variables

Definition
Identifies a macro pair that is separated by a semicolon, (name) and (value)
Term

ICD. EXE command lines

 

Encrypted

Definition
Indicates wheter or not the provisioning pacakge should be created with encryption.
Term

ICD. EXE command lines

 

/Overwrite

Definition
Indicate wheter or not to overwrite the existing provisioning package
Term

ICD. EXE command lines

 

/?

Definition
Used to access the ICD help, which lists the swtiches and their descriptions for the ICD command-line tool.
Term
What does DISM.exe stands for?
Definition

Deployment  Image Servicing and Management

 

it is a command-liine utility that allows you to manipulate a Windows Image. it also allows to prepare a Windows PE image.

Term

DISM.exe command-lines

 

/add-Driver 

Definition
Adds third-party driver packages to an offline Windows image
Term

DISM.exe command-lines

 

/Get-CurrentEdition

Definition
Displays the edition of the specified image.
Term

DISM.exe command-lines

 

/Get-Drivers

Definition
Displays basic information about driver packages in the online or offline image. By default, only third-party drivers will be listed.
Term

DISM.exe command-lines

 

/Get-DriverInfo

Definition
Displays detailed infomration about a specific driver package.
Term

DISM.exe command-lines

 

/Get-Help /?

Definition
Displays a list of Windows editions that an image can be changed to
Term

DISM.exe command-lines

 

/Get-TargetEditions

Definition
Displays a list of Windows editions that an image can be changed to.
Term

DISM.exe command-lines

 

/remove-Driver

Definition
Removes third-party drivers from an offline image.
Term

DISM.exe command-lines

 

/Set-Productkey: <productKey>

Definition
Can only be used to enter the product key for the current edition in an offline Windows image.
Term
What are Answer files?
Definition
Auomated installation scripts used to answer the questions that appear during a normal W10 installation.
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's AuditSystem?

Definition
Adds additional device drivers, specifies firewall settings, and applies a name to the system when the image is booted into audit mode. Audit mode is initiated by using the sysprep/audit command
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's AuditUser?

Definition
Executes  RunSynchronous when the image is booted into audit mode.
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's generalize?

Definition
Removes system-specific information from an image so that the image can be used as a reference image.
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's offline servicing?

Definition
Specifies the language packs and packages to apply to an image prior to the image being extracted to the hard disk.
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's oobeSystem?

Definition
Specifies the settings to apply to the computer the first time the computer is booted into Windows Welcome Screen, also known as the Out-of-the-box-experience
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's specialize?

Definition
Configures the specific settings for the target computer, such as network settings and domain information.
Term

Components that can be configured through Windows SIM ( System Image Manager)

 

What's Windows PE

Definition
Sets the Windows PE-specific configuration settings as well as several Windows Setup settings, such as partinioning and formatting the hard disk, selecting an image and applying a product key.
Term
What is Virtualization?
Definition
is a method for abstracting physical resources from the way they interact with other resources.
Term
What's Server Virtualization?
Definition
means to enable multiple OS to run on the same physical server.
Term
What's presentation Visualization?
Definition
when you see presentation visualization your apps run on a different computer and only the screen information is transfered to your computer.
Term
What's a desktop visualization?
Definition
Provides you with a virtual machine on your desktop, comparable to server virtualization.  you run your complete OS and applications in a virtual machine so that your local physical machine just needs to run a very basic OS.
Term
What's application Virtualization?
Definition
Helps prevents conflits between apps on the same PC.
Term
What's Hyper-V Manager
Definition
is the central management console to configure your server and create and maange your virtual machines, virtual networks, and virtual hard disks.
Term
What does the EXTERNAL network type in HYPER-V stands for?
Definition
Any virtual machine connected to this virtual switch can access the physical netowork
Term
What does the INTERNAL network type in HYPER-V stands for?
Definition
This option allows virtual machine to communicate with each other but not with the physical network.
Term
What does the PRIVATE network type in HYPER-V stands for?
Definition
VM can communicate with each other but not wiht the host or the physical network.
Term
What's a VHD / VHDX file?
Definition

it basically simulates Hard drive on the VM

 

VHD  = less than 2TB

 

VHDX = more than 2TB

Term
What's a dynamically expanding VHD?
Definition
This disk starts with a small VHD file and expands it on demand. you can also use this type of disk to clone a local hard drive.
Term
What's a fixed size VHD?
Definition
The size of the VHD file is fixed to the size specified when the disk is created. This option is faster than a dynamically expanding disk.
Term
What's a differencing VHD?
Definition
This type of disk is associated in a parent-child relationship with another disk. The differencing disk is the child and the associated virtual disk is the parent.
Term
What's a Physical (or pass-through disk)
Definition
The virtual machine receives direct pass-through access to the physical disk for exclusive use.
Term
What does the option "INSPECT DISK" do?
Definition
provides you with information about the VHD. it shows the type of disk as well as the maimum size for dynamically expanding disks and the parent VHD for differencing disks.
Term
What does the "Edit Disk" command does?
Definition
Provides you wiht the Edit Virtual Hard Disk Wizard, which you can use to compact, convert, expadn, merge or reconnnect VHD
Term
Define the "COMPACT" command on the EDIT DISK overview
Definition
It reduces the size of a dynamically expanding or differencing disk by removing blacn space from deleted files.
Term
Define the "CONVERT" command on the EDIT DISK overview
Definition
Converts a dynamically expanding disk to a fixed disk or vice versa.
Term
Define the "EXPAND" command on the EDIT DISK overview
Definition
Increases the storage capacity of a dynamically expanding disk or a fixed virtual hard disk
Term
Define the "MERGE" command on the EDIT DISK overview
Definition
Merges the changes from a differencing disk into either the parent disk or another disk
Term
Define the "RECONNECT" command on the EDIT DISK overview
Definition
If a differencing disk does not find its referring parent disk anymore, this option can reconnect the parent to the disk.
Term
What does the "Start" State Option does when running a VM?
Definition
It turns on the virtual machine.
Term
What does the "TURN OFF" State Option does when running a VM?
Definition
turn off the virtual machine. ( this is consider as a hard-shut down)
Term
What does the "Shut down" State Option does when running a VM?
Definition
this option shuts down your OS. you need to have the Hyper-V integration Components installed.
Term
What does the "Save" State Option does when running a VM?
Definition
the VM is saved to disk in its current state.
Term
What does the "Pause" State Option does when running a VM?
Definition
it pauses the current VM, but do not save the state to disk
Term
What does the "Reset" State Option does when running a VM?
Definition
It resets the VM, you will loose hte current state and any unsaved data in the virtual machine.
Term
What does the "Resume" State Option does when running a VM?
Definition
When yor virtual machine is paused, this option brings it back on
Term
What are the HYPER-V Integration Components
Definition
Basically the same as the "VMWARE TOOLS" , they are required to make your guest OS "Hypervisor aware" THese components improve the perfomance of the guest operating system once the components are installed.
Term
Q1. You are the network admin for your organization. you have a reference computer that runs W10. You need to create and deploy an image of the W10 computer. you create an aswer file named answer.xml. You have to make sure the installation applies the answer fiile after you deploy the image. Which command should you run before you capture the image?
Definition
Sysprep.exe/generalize/oobe/unattend:answer.xml
Term
Q2. You have a W10 image that is mounted. You need to view the list of third party drivers installed on the WIM. what should you do?
Definition
Run DISM and specify the /get-drivers paramenter
Term
Q3. You are in charge of developing a plan to install 200 W10 computers in your company's data center. You decide to use WDS. you are using a WS2012RT domain and have verified that your network meets the requirements . What command-line utility should you use to configure the WDS server?
Definition
WDSUTIL
Term
Q4. Will has been tasked with creating a deployment plan to aumate installations for 100 computers that need to have W10 installed. Will wants to use WDS for the installations. To fully automate the installations, he needs to create an answer file. will does not want to creat the answer files with a text edit.r what other program can he use to create unnatended answer files via a GUI interface?
Definition
WINDOWS SYSTEM IMAGE MANAGER (SIM) is used to create unattended answer files in W10. it uses a GUI interface.
Term
Q5. Bob is using WDS to install 100 clients that are identically configured. the first 65 PC's are installed with no problems. When he tries to install the other 35, the machines all receive a 169.254.x.x number along the error. which of the following would cause this failure?
Definition
The DHCP server doest not have enough IP addresses to allocate to the WDS clients.
Term
Q6. You run a training department hat needs the same software installed from scratch on the training computers each week. you decide to use Image Capture Wizard to deploy disk images. Which W10 utility can you use in conjunction with Image Capture Wiazar to create disk images?
Definition
SYSPREP
Term
Q7. You are trying to decide wheter you want to use WDS as a method of installing W10 within your company. Which of the following options is NOT an advantage to using WDS' automated installs?
Definition
Unique information is stripped out of the installation image so that it can be copied to other computers.
Term
Q8. You are in charge of developing an automated deployment strategy for rolling out new W10 computers. you want to install a WDS server and are evaluating wheter an existing server can be used as a WDS server for W10 deployment. which of the following is NOT a requirement for configuring the WDS serveR?
Definition
the remote installation folder SHOULD not reside on the system partition.
Term
Q9.You are using WDS to install 20 W10 PC'S. when the clients attempt to use WDS, they are not able to complete the unattended installation. You suspect that the WDS server has not been configured to respond to client requests. which one of the following utilities would you use to configure the WDS server to respond to client requests?
Definition
through the MMC ( microsoft management control) WDS MMC SNAP-IN
Term
Q9. You want to install a group of 25 computers using disk images created in conjunction with the system preparation tool. Your plan is to create an image from a reference computer and then copy the image to all machines. you do not want to create an SID on the destination computer when you use the image. Which sysprep.exe command should you use?
Definition
/generalize
Supporting users have an ad free experience!