NEW
Font size
WorksheetsImaging 3rd and Final Quiz
Total questions: 10
Worksheet time: 10mins
What is a standardized, clean, and fully configured image used as the base for all deployments?
Thick Image
Golden Image
Thin Image
Standard Image
What is the primary purpose of the CMTrace.exe tool in a Configuration Manager environment?
Forcing a client to immediately check in and download new policies.
Viewing and monitoring ConfigMgr log files (.log) in a readable, real-time format.
Editing and creating Operating System Deployment (OSD) Task Sequences.
Creating new software deployment packages and applications.
What is the primary purpose of the DISM (Deployment Imaging Servicing and Management) tool in Windows?
To create new user accounts and set security permissions.
To service and manage Windows image files (.wim, .vhd) and the running (online) operating system.
To deploy Windows images to client computers over the network.
To partition and format hard drives before Windows installation.
In a DISM command, what does the /Online switch signify?
The command requires an active internet connection to download files.
The command will be applied to an offline image file that is currently mounted.
The command will automatically search online for the latest command syntax.
The command will be applied to the currently running Windows operating system.
Which DISM command is most commonly used to check the health of the Windows Component Store and repair any detected corruption?
SFC /Scannow
DISM /Mount-Image /CheckHealthDISM /Online /Cleanup-Image /RestoreHealth
DISM /Online /Cleanup-Image /RestoreHealth
DISM /Online /Add-Package /Repair
Besides the running operating system, DISM can be used to service which two primary types of offline images?
WIM (.wim) and Virtual Hard Disk (.vhd or .vhdx) files
INI (.ini) and REG (.reg) files
ZIP (.zip) and CAB (.cab) files
ISO (.iso) and EXE (.exe) files
Which of the following tasks can be performed using DISM on an offline Windows image?
Running applications that are installed within the image.
Adding or removing drivers, packages, and Windows features.
Changing the product key of the Windows installation.
Defragmenting the file system inside the image.
What is Windows PE primarily used for?
A tool for remotely managing other Windows servers.
A full-featured operating system for low-power devices.
A development environment for creating new Windows applications.
A minimal, bootable OS used for deployment, troubleshooting, and recovery.
What core component in ConfigMgr is used to automate the entire process of an Operating System Deployment (OSD), from partitioning the disk to installing drivers and applications?
Task Sequence
Boot Image
Deployment Type
Configuration Item
Which DISM command is used to add a single driver (.inf file) to an offline, mounted Windows image located at 'C:\mount'?
DISM /Online /Add-Driver /Source:C:\drivers\mydriver.inf
DISM /Online /Add-Package /PackagePath:C:\drivers\mydriver.inf
DISM /Image:C:\mount /Add-Driver /Driver:C:\drivers\mydriver.inf
DISM /Image:C:\mount /Install-Driver /Driver:C:\drivers
