Manage and Maintain Images Flashcards
1
Q
What command line utility can be used to service images?
A
DISM
Deployment Imaging Service and Management
2
Q
What are dism /online and /image parameters?
A
/online targets running operating system
/image specifies the path to the root directory of an offline windows image
3
Q
What is the dism command to unmount an image discarding changes?
A
dism /unmount-image /mountdir: /discard
4
Q
What is the dism command to unmount an image saving changed?
A
dism /unmount-image /mountdir: /commit
5
Q
What is the dism command to mount an image?
A
dism /mount-image /imagefile: /index:<> /mountdir:
6
Q
What is the PoSH command to mound an image?
A
Mount-WindowsImage -ImagePath<> -Index<>