Manage and Maintain Images Flashcards

1
Q

What command line utility can be used to service images?

A

DISM

Deployment Imaging Service and Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the dism command to unmount an image discarding changes?

A

dism /unmount-image /mountdir: /discard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the dism command to unmount an image saving changed?

A

dism /unmount-image /mountdir: /commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the dism command to mount an image?

A

dism /mount-image /imagefile: /index:<> /mountdir:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the PoSH command to mound an image?

A

Mount-WindowsImage -ImagePath<> -Index<>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly