Briefly describe the six steps of the imaging process.

What will be an ideal response?


The overall imaging process is as follows:
1. Install and configure Windows 10 and applications on a source workstation.
2. Use Sysprep to generalize the source workstation for imaging.
3. Boot the source workstation using Windows PE.
4. Use DISM to capture the image from the source workstation and store it in a distribution share.
5. On the destination workstation, use Windows PE to connect to the distribution share.
6. Use DISM to apply the image in the distribution share to the destination workstation.

Computer Science & Information Technology

You might also like to view...

Which of the following will correctly assign all the values in one array to the other array? (Assume both arrays are of the same type and have SIZE elements)

a. array1=array2; b. array1[]=array2; c. for(i=0;i

Computer Science & Information Technology

The second generation of programming languages came to be known as "high-level" languages because statements could be expressed more closely to the way people think than the way the computer "thinks."

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Choose the correct verb to agree in number with the subject of the following sentence. The results of sleep deprivation __________ well documented.

A. ?is B. ?are

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. When you fill text with an image, pattern, or gradient, you are actually specifying that everything except the text should mask the underlying image. 2. You can press the Alt+Ctrl+G keys to create a clipping mask. 3. You can use a clipping mask to fill text with a gradient or pattern.

Computer Science & Information Technology