Deploy, Manage, and Maintain Servers Flashcards
What does the following PowerShell DISM cmdlet do?
Add-AppxProvisionedPackage
Adds an app package (.appx) that will install for each new user to a Windows image.
What does the following PowerShell DISM cmdlet do?
Add-WindowsCapability
Installs a Windows capability package on the specified operating system image.
What does the following PowerShell DISM cmdlet do?
Add-WindowsDriver
Adds a driver to an offline Windows image.
What does the following PowerShell DISM cmdlet do?
Add-WindowsImage
Adds an additional image to an existing image (.wim) file.
What does the following PowerShell DISM cmdlet do?
Add-WindowsPackage
Adds a single .cab or .msu file to a Windows image.
What does the following PowerShell DISM cmdlet do?
Clear-WindowsCorruptMountPoint
Deletes all of the resources associated with a mounted image that has been corrupted.
What does the following PowerShell DISM cmdlet do?
Disable-WindowsOptionalFeature
Disables a feature in a Windows image.
What does the following PowerShell DISM cmdlet do?
Dismount-WindowsImage
Dismounts a Windows image from the directory it is mapped to.
What does the following PowerShell DISM cmdlet do?
Enable-WindowsOptionalFeature
Enables a feature in a Windows image.
What does the following PowerShell DISM cmdlet do?
Expand-WindowsCustomDataImage
Expands a custom data image.
What does the following PowerShell DISM cmdlet do?
Expand-WindowsImage
Applies an image to a specified location.
What does the following PowerShell DISM cmdlet do?
Export-WindowsDriver
Exports all third-party drivers from a Windows image to a destination folder.
What does the following PowerShell DISM cmdlet do?
Export-WindowsImage
Exports a copy of the specified image to another image file.
What does the following PowerShell DISM cmdlet do?
Get-AppxProvisionedPackage
Gets information about app packages (.appx) in an image that will be installed for each new user.
What does the following PowerShell DISM cmdlet do?
Get-WIMBootEntry
Displays the Windows image file boot (WIMBoot) configuration entries for a specified disk volume.
What does the following PowerShell DISM cmdlet do?
Get-WindowsCapability
Gets Windows capabilities for an image or a running operating system.
What does the following PowerShell DISM cmdlet do?
Get-WindowsDriver
Displays information about drivers in a Windows image.
What does the following PowerShell DISM cmdlet do?
Get-WindowsEdition
Gets edition information about a Windows image.
What does the following PowerShell DISM cmdlet do?
Get-WindowsImage
Gets information about a Windows image in a WIM or VHD file.
What does the following PowerShell DISM cmdlet do?
Get-WindowsImageContent
Displays a list of the files and folders in a specified image.
What does the following PowerShell DISM cmdlet do?
Get-WindowsOptionalFeature
Gets information about optional features in a Windows image.
What does the following PowerShell DISM cmdlet do?
Get-WindowsPackage
Gets information about packages in a Windows image.
What does the following PowerShell DISM cmdlet do?
Mount-WindowsImage
Mounts a Windows image in a WIM or VHD file to a directory on the local computer.
What does the following PowerShell DISM cmdlet do?
New-WindowsCustomImage
Captures an image of customized or serviced Windows components on a Windows Image File Boot (WIMBoot) configured device.
