mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
draft
This commit is contained in:
@ -324,13 +324,13 @@ The steps below walk you through the process of editing the Windows 10 referenc
|
|||||||
|
|
||||||
The goal when creating a reference image is of course to automate everything. But sometimes you have a special configuration or application setup that is too time-consuming to automate. If you need to do some manual configuration, you can add a little-known feature called Lite Touch Installation (LTI) Suspend. If you add the LTISuspend.wsf script as a custom action in the task sequence, it will suspend the task sequence until you click the Resume Task Sequence shortcut icon on the desktop. In addition to using the LTI Suspend feature for manual configuration or installation, you can also use it simply for verifying a reference image before you allow the task sequence to continue and use Sysprep and capture the virtual machine.
|
The goal when creating a reference image is of course to automate everything. But sometimes you have a special configuration or application setup that is too time-consuming to automate. If you need to do some manual configuration, you can add a little-known feature called Lite Touch Installation (LTI) Suspend. If you add the LTISuspend.wsf script as a custom action in the task sequence, it will suspend the task sequence until you click the Resume Task Sequence shortcut icon on the desktop. In addition to using the LTI Suspend feature for manual configuration or installation, you can also use it simply for verifying a reference image before you allow the task sequence to continue and use Sysprep and capture the virtual machine.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A task sequence with optional Suspend action (LTISuspend.wsf) added.
|
A task sequence with optional Suspend action (LTISuspend.wsf) added.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The Windows 10 desktop with the Resume Task Sequence shortcut.
|
The Windows 10 desktop with the Resume Task Sequence shortcut.
|
||||||
|
|
||||||
### Edit the Unattend.xml file for Windows 10 Enterprise
|
### Edit the Unattend.xml file for Windows 10 Enterprise
|
||||||
|
|
||||||
@ -370,15 +370,15 @@ Understanding rules is critical to successfully using MDT. Rules are configured
|
|||||||
|
|
||||||
### MDT deployment share rules overview
|
### MDT deployment share rules overview
|
||||||
|
|
||||||
-----stopping here for now-----------
|
In MDT, there are always two rule files: the CustomSettings.ini file and the Bootstrap.ini file. You can add almost any rule to either. However, the Bootstrap.ini file is copied from the Control folder to the boot image, so the boot image needs to be updated every time you change that file. For this reason, add only a minimal set of rules to Bootstrap.ini, such as which deployment server and share to connect to - the DEPLOYROOT value. Put the other rules in CustomSettings.ini because that file is updated immediately when you click OK.
|
||||||
|
|
||||||
In MDT, there are always two rule files: the CustomSettings.ini file and the Bootstrap.ini file. You can add almost any rule to either; however, the Bootstrap.ini file is copied from the Control folder to the boot image, so the boot image needs to be updated every time you change that file.
|
To configure the rules for the MDT Build Lab deployment share:
|
||||||
For that reason, add only a minimal set of rules to Bootstrap.ini, such as which deployment server and share to connect to - the DEPLOYROOT value. Put the other rules in CustomSettings.ini because that file is updated immediately when you click OK. By taking the following steps, you will configure the rules for the MDT Build Lab deployment share:
|
1. Using the Deployment Workbench, right-click the **MDT Build Lab** deployment share and select **Properties**.
|
||||||
1. Using the Deployment Workbench, right-click the **MDT Build Lab deployment share** and select **Properties**.
|
2. Select the **Rules** tab and replace the existing content with the following information:
|
||||||
2. Select the **Rules** tab and modify using the following information:
|
|
||||||
```
|
```
|
||||||
[Settings]
|
[Settings]
|
||||||
Priority=Default
|
Priority=Default
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
_SMSTSORGNAME=Contoso
|
_SMSTSORGNAME=Contoso
|
||||||
UserDataLocation=NONE
|
UserDataLocation=NONE
|
||||||
@ -411,27 +411,25 @@ For that reason, add only a minimal set of rules to Bootstrap.ini, such as which
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Figure 11. The server-side rules for the MDT Build Lab deployment share.
|
The server-side rules for the MDT Build Lab deployment share.
|
||||||
|
|
||||||
3. Click **Edit Bootstrap.ini** and modify using the following information:
|
3. Click **Edit Bootstrap.ini** and modify using the following information:
|
||||||
|
|
||||||
```
|
```
|
||||||
[Settings]
|
[Settings]
|
||||||
Priority=Default
|
Priority=Default
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
DeployRoot=\\MDT01\MDTBuildLab$
|
DeployRoot=\\MDT01\MDTBuildLab$
|
||||||
UserDomain=CONTOSO
|
UserDomain=CONTOSO
|
||||||
UserID=MDT_BA
|
UserID=MDT_BA
|
||||||
UserPassword=P@ssw0rd
|
UserPassword=pass@word3
|
||||||
|
|
||||||
SkipBDDWelcome=YES
|
SkipBDDWelcome=YES
|
||||||
```
|
```
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Figure 12. The boot image rules for the MDT Build Lab deployment share.
|
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>For security reasons, you normally don't add the password to the Bootstrap.ini file; however, because this deployment share is for creating reference image builds only, and should not be published to the production network, it is acceptable to do so in this situation.
|
>For security reasons, you normally don't add the password to the Bootstrap.ini file; however, because this deployment share is for creating reference image builds only, and should not be published to the production network, it is acceptable to do so in this situation. Obviously if you are not using the same password (pass@word3) that is provided in this lab, you must enter your own custom password on the Rules tab and in Bootstrap.ini.
|
||||||
|
|
||||||
4. In the **Windows PE** tab, in the **Platform** drop-down list, select **x86**.
|
4. In the **Windows PE** tab, in the **Platform** drop-down list, select **x86**.
|
||||||
5. In the **Lite Touch Boot Image Settings** area, configure the following settings:
|
5. In the **Lite Touch Boot Image Settings** area, configure the following settings:
|
||||||
@ -446,12 +444,11 @@ For that reason, add only a minimal set of rules to Bootstrap.ini, such as which
|
|||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>In MDT, the x86 boot image can deploy both x86 and x64 operating systems (except on computers based on Unified Extensible Firmware Interface).
|
>In MDT, the x86 boot image can deploy both x86 and x64 operating systems (except on computers based on Unified Extensible Firmware Interface).
|
||||||
|
|
||||||
|
|
||||||
### Update the deployment share
|
### Update the deployment share
|
||||||
|
|
||||||
After the deployment share has been configured, it needs to be updated. This is the process when the Windows PE boot images are created.
|
After the deployment share has been configured, it needs to be updated. This is the process when the Windows PE boot images are created.
|
||||||
|
|
||||||
1. Using the Deployment Workbench, right-click the **MDT Build Lab deployment share** and select **Update Deployment Share**.
|
1. In the Deployment Workbench, right-click the **MDT Build Lab** deployment share and select **Update Deployment Share**.
|
||||||
2. Use the default options for the Update Deployment Share Wizard.
|
2. Use the default options for the Update Deployment Share Wizard.
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
@ -479,7 +476,7 @@ Priority=Default
|
|||||||
DeployRoot=\\MDT01\MDTBuildLab$
|
DeployRoot=\\MDT01\MDTBuildLab$
|
||||||
UserDomain=CONTOSO
|
UserDomain=CONTOSO
|
||||||
UserID=MDT_BA
|
UserID=MDT_BA
|
||||||
UserPassword=P@ssw0rd
|
UserPassword=pass@word3
|
||||||
SkipBDDWelcome=YES
|
SkipBDDWelcome=YES
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -508,7 +505,7 @@ _SMSTSORGNAME=Contoso
|
|||||||
UserDataLocation=NONE
|
UserDataLocation=NONE
|
||||||
DoCapture=YES
|
DoCapture=YES
|
||||||
OSInstall=Y
|
OSInstall=Y
|
||||||
AdminPassword=P@ssw0rd
|
AdminPassword=pass@word3
|
||||||
TimeZoneName=Pacific Standard Time
|
TimeZoneName=Pacific Standard Time
|
||||||
JoinWorkgroup=WORKGROUP
|
JoinWorkgroup=WORKGROUP
|
||||||
HideShell=YES
|
HideShell=YES
|
||||||
@ -564,12 +561,12 @@ SkipFinalSummary=YES
|
|||||||
- **SkipCapture.** Skips the Capture pane.
|
- **SkipCapture.** Skips the Capture pane.
|
||||||
- **SkipFinalSummary.** Skips the final Windows Deployment Wizard summary. Because you use FinishAction=Shutdown, you don't want the wizard to stop in the end so that you need to click OK before the machine shuts down.
|
- **SkipFinalSummary.** Skips the final Windows Deployment Wizard summary. Because you use FinishAction=Shutdown, you don't want the wizard to stop in the end so that you need to click OK before the machine shuts down.
|
||||||
|
|
||||||
## <a href="" id="sec06"></a>Build the Windows 10 reference image
|
## Build the Windows 10 reference image
|
||||||
|
|
||||||
Once you have created your task sequence, you are ready to create the Windows 10 reference image. This will be performed by launching the task sequence from a virtual machine which will then automatically perform the reference image creation and capture process.
|
Once you have created your task sequence, you are ready to create the Windows 10 reference image. This will be performed by launching the task sequence from a virtual machine which will then automatically perform the reference image creation and capture process.
|
||||||
This steps below outline the process used to boot a virtual machine using an ISO boot image created by MDT, and then execute the reference image task sequence image to create and capture the Windows 10 reference image.
|
This steps below outline the process used to boot a virtual machine using an ISO boot image created by MDT, and then execute the reference image task sequence image to create and capture the Windows 10 reference image.
|
||||||
|
|
||||||
1. Copy the E:\\MDTBuildLab\\Boot\\MDT Build Lab x86.iso on MDT01 to C:\\ISO on the Hyper-V host.
|
1. Copy the D:\\MDTBuildLab\\Boot\\MDT Build Lab x86.iso on MDT01 to C:\\ISO on the Hyper-V host.
|
||||||
|
|
||||||
**Note**
|
**Note**
|
||||||
Remember, in MDT you can use the x86 boot image to deploy both x86 and x64 operating system images. That's why you can use the x86 boot image instead of the x64 boot image.
|
Remember, in MDT you can use the x86 boot image to deploy both x86 and x64 operating system images. That's why you can use the x86 boot image instead of the x64 boot image.
|
||||||
|
@ -38,11 +38,11 @@ The topics in this guide will walk you through the process of deploying Windows
|
|||||||
|
|
||||||
## In this topic
|
## In this topic
|
||||||
|
|
||||||
- [What is MDT?](#what-is-mdt) provides a brief overview of MDT.
|
- [What is MDT](#what-is-mdt) provides a brief overview of MDT.
|
||||||
- [The proof of concept environment](#proof-of-concept-environment) used in this guide is described.
|
- [The proof of concept environment](#proof-of-concept-environment) used in this guide is described.
|
||||||
- [Sample files](#sample-files) are provided to help you put the information you learn into practice more quickly.
|
- [Sample files](#sample-files) are provided to help you put the information you learn into practice more quickly.
|
||||||
|
|
||||||
## What is MDT?
|
## What is MDT
|
||||||
|
|
||||||
MDT is a unified collection of tools, processes, and guidance for automating desktop and server deployment. In addition to reducing deployment time and standardizing desktop and server images, MDT enables you to more easily manage security and ongoing configurations. MDT builds on top of the core deployment tools in the Windows Assessment and Deployment Kit (Windows ADK) with additional guidance and features designed to reduce the complexity and time required for deployment in an enterprise environment.
|
MDT is a unified collection of tools, processes, and guidance for automating desktop and server deployment. In addition to reducing deployment time and standardizing desktop and server images, MDT enables you to more easily manage security and ongoing configurations. MDT builds on top of the core deployment tools in the Windows Assessment and Deployment Kit (Windows ADK) with additional guidance and features designed to reduce the complexity and time required for deployment in an enterprise environment.
|
||||||
|
|
||||||
@ -60,6 +60,10 @@ For the purposes of this guide we will use the following servers and client mach
|
|||||||
|
|
||||||
DC01 is a domain controller; the other servers and client machines are members of the domain contoso.com for the fictitious Contoso Corporation.
|
DC01 is a domain controller; the other servers and client machines are members of the domain contoso.com for the fictitious Contoso Corporation.
|
||||||
|
|
||||||
|
## Hypervisor requirement
|
||||||
|
|
||||||
|
In addition to the servers and clients used in this lab, a Hyper-V host is also required to build a Windows 10 reference image. If you do not have access to a Hyper-V server, you can install Hyper-V on a Windows 10 or Windows 8.1 computer temporarily to use for this lab. For instructions on how to enable Hyper-V on Windows 10, see the [Verify support and install Hyper-V](https://docs.microsoft.com/windows/deployment/windows-10-poc#verify-support-and-install-hyper-v) section in the Windows 10 deployment test lab guide (this guide is a less detailed version of the current guide, but with more instructions for installing Hyper-V).
|
||||||
|
|
||||||
### Domain credentials
|
### Domain credentials
|
||||||
|
|
||||||
**Active Directory domain name**: contoso.com
|
**Active Directory domain name**: contoso.com
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user