From 9a50e36b7f6bea6044fc5905fe96aab21d43a8ea Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Mon, 12 Aug 2019 12:21:13 -0700 Subject: [PATCH] missing files? --- ...0-with-the-microsoft-deployment-toolkit.md | 221 ++++++++++++++++++ ...ith-system-center-configuration-manager.md | 197 ++++++++++++++++ windows/deployment/images/iso-data.png | Bin 0 -> 36882 bytes 3 files changed, 418 insertions(+) create mode 100644 windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md create mode 100644 windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-configuration-manager.md create mode 100644 windows/deployment/images/iso-data.png diff --git a/windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md b/windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md new file mode 100644 index 0000000000..da477e2507 --- /dev/null +++ b/windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md @@ -0,0 +1,221 @@ +<<<<<<< HEAD:windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md +--- +title: Perform an in-place upgrade to Windows 10 with MDT (Windows 10) +description: The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. +ms.assetid: B8993151-3C1E-4F22-93F4-2C5F2771A460 +ms.reviewer: +manager: laurawi +ms.author: greglin +keywords: upgrade, update, task sequence, deploy +ms.prod: w10 +ms.mktglfcycl: deploy +ms.localizationpriority: medium +ms.sitesec: library +ms.pagetype: mdt +audience: itpro +author: greg-lindsay +ms.topic: article +--- + +# Perform an in-place upgrade to Windows 10 with MDT + +**Applies to** +- Windows 10 + +The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a Microsoft Deployment Toolkit (MDT) 2013 Update 2 task sequence to completely automate the process. + +## Proof-of-concept environment + +For the purposes of this topic, we will use four machines: DC01, MDT01, and PC0001. DC01 is a domain controller and MDT01 is a Windows Server 2012 R2 standard machine, fully patched with the latest security updates, and configured as a member server in the fictional contoso.com domain. PC0001 is a machine with Windows 7 SP1, targeted for the Windows 10 upgrade. For more details on the setup for this topic, please see [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md). + +![fig 1](../images/upgrademdt-fig1-machines.png) + +Figure 1. The machines used in this topic. + +## Set up the upgrade task sequence + +MDT adds support for Windows 10 deployment, including a new in-place upgrade task sequence template that makes the process really simple. + +## Create the MDT production deployment share + +The steps to create the deployment share for production are the same as when you created the deployment share to create the custom reference image: + +1. On MDT01, log on as Administrator in the CONTOSO domain with a password of P@ssw0rd. +2. Using the Deployment Workbench, right-click **Deployment Shares** and select **New Deployment Share**. +3. On the **Path** page, in the **Deployment share path** text box, type **E:\\MDTProduction**, and then click **Next**. +4. On the **Share** page, in the **Share name** text box, type **MDTProduction$**, and then click **Next**. +5. On the **Descriptive Name** page, in the **Deployment share** description text box, type **MDT Production**, and then click **Next**. +6. On the **Options** page, accept the default settings and click **Next** twice, and then click **Finish**. +7. Using File Explorer, verify that you can access the **\\\\MDT01\\MDTProduction$** share. + +## Add Windows 10 Enterprise x64 (full source) + +In these steps we assume that you have copied the content of a Windows 10 Enterprise x64 ISO to the E:\\Downloads\\Windows 10 Enterprise x64 folder. + +1. Using the Deployment Workbench, expand the **Deployment Shares** node, and then expand **MDT Production**. +2. Right-click the **Operating Systems** node, and create a new folder named **Windows 10**. +3. Expand the **Operating Systems** node, right-click the **Windows 10** folder, and select **Import Operating System**. Use the following settings for the Import Operating System Wizard: + - Full set of source files + - Source directory: E:\\Downloads\\Windows 10 Enterprise x64 + - Destination directory name: W10EX64RTM +4. After you add the operating system, in the **Operating Systems / Windows 10** folder, double-click the added operating system name in the **Operating System** node and change the name to the following: **Windows 10 Enterprise x64 RTM Default Image** + +![figure 2](../images/upgrademdt-fig2-importedos.png) + +Figure 2. The imported Windows 10 operating system after you rename it. + +## Create a task sequence to upgrade to Windows 10 Enterprise + +1. Using the Deployment Workbench, select **Task Sequences** in the **MDT Production** node, and create a folder named **Windows 10**. +2. Right-click the new **Windows 10** folder and select **New Task Sequence**. Use the following settings for the New Task Sequence Wizard: + - Task sequence ID: W10-X64-UPG + - Task sequence name: Windows 10 Enterprise x64 RTM Upgrade + - Template: Standard Client Upgrade Task Sequence + - Select OS: Windows 10 Enterprise x64 RTM Default Image + - Specify Product Key: Do not specify a product key at this time + - Full Name: Contoso + - Organization: Contoso + - Internet Explorer home page: about:blank + - Admin Password: Do not specify an Administrator Password at this time + +![figure 3](../images/upgrademdt-fig3-tasksequence.png) + +Figure 3. The task sequence to upgrade to Windows 10. + +## Perform the Windows 10 upgrade + +To initiate the in-place upgrade, perform the following steps on PC0003 (currently running Windows 7 SP1). + +1. Start the MDT deployment wizard by running the following command: **\\\\MDT01\\MDTProduction$\\Scripts\\LiteTouch.vbs** +2. Select the **Windows 10 Enterprise x64 RTM Upgrade** task sequence, and then click **Next**. + + ![figure 4](../images/upgrademdt-fig4-selecttask.png) + + Figure 4. Upgrade task sequence. + +3. On the **Credentials** tab, specify the **MDT\_BA** account, P@ssw0rd password, and **CONTOSO** for the domain. (Some or all of these values can be specified in Bootstrap.ini so they are automatically populated.) +4. On the **Ready** tab, click **Begin** to start the task sequence. + When the task sequence begins, it automatically initiates the in-place upgrade process by invoking the Windows setup program (Setup.exe) with the necessary command-line parameters to perform an automated upgrade, which preserves all data, settings, apps, and drivers. + +![figure 5](../images/upgrademdt-fig5-winupgrade.png) + +Figure 5. Upgrade from Windows 7 to Windows 10 Enterprise x64 with a task sequence. + +After the task sequence completes, the computer will be fully upgraded to Windows 10. + +## Related topics + +[Windows 10 deployment scenarios](../windows-10-deployment-scenarios.md)
+[Microsoft Deployment Toolkit downloads and resources](https://go.microsoft.com/fwlink/p/?LinkId=618117) + +======= +--- +title: Perform an in-place upgrade to Windows 10 with MDT (Windows 10) +description: The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. +ms.assetid: B8993151-3C1E-4F22-93F4-2C5F2771A460 +ms.reviewer: +manager: laurawi +ms.author: greglin +keywords: upgrade, update, task sequence, deploy +ms.prod: w10 +ms.mktglfcycl: deploy +ms.localizationpriority: medium +ms.sitesec: library +ms.pagetype: mdt +audience: itpro author: greg-lindsay +ms.topic: article +--- + +# Perform an in-place upgrade to Windows 10 with MDT + +**Applies to** +- Windows 10 + +The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a Microsoft Deployment Toolkit (MDT) 2013 Update 2 task sequence to completely automate the process. + +## Proof-of-concept environment + +For the purposes of this topic, we will use four machines: DC01, MDT01, and PC0001. DC01 is a domain controller and MDT01 is a Windows Server 2012 R2 standard machine, fully patched with the latest security updates, and configured as a member server in the fictional contoso.com domain. PC0001 is a machine with Windows 7 SP1, targeted for the Windows 10 upgrade. For more details on the setup for this topic, please see [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md). + +![fig 1](../images/upgrademdt-fig1-machines.png) + +Figure 1. The machines used in this topic. + +## Set up the upgrade task sequence + +MDT adds support for Windows 10 deployment, including a new in-place upgrade task sequence template that makes the process really simple. + +## Create the MDT production deployment share + +The steps to create the deployment share for production are the same as when you created the deployment share to create the custom reference image: + +1. On MDT01, log on as Administrator in the CONTOSO domain with a password of P@ssw0rd. +2. Using the Deployment Workbench, right-click **Deployment Shares** and select **New Deployment Share**. +3. On the **Path** page, in the **Deployment share path** text box, type **E:\\MDTProduction**, and then click **Next**. +4. On the **Share** page, in the **Share name** text box, type **MDTProduction$**, and then click **Next**. +5. On the **Descriptive Name** page, in the **Deployment share** description text box, type **MDT Production**, and then click **Next**. +6. On the **Options** page, accept the default settings and click **Next** twice, and then click **Finish**. +7. Using File Explorer, verify that you can access the **\\\\MDT01\\MDTProduction$** share. + +## Add Windows 10 Enterprise x64 (full source) + +In these steps we assume that you have copied the content of a Windows 10 Enterprise x64 ISO to the E:\\Downloads\\Windows 10 Enterprise x64 folder. + +1. Using the Deployment Workbench, expand the **Deployment Shares** node, and then expand **MDT Production**. +2. Right-click the **Operating Systems** node, and create a new folder named **Windows 10**. +3. Expand the **Operating Systems** node, right-click the **Windows 10** folder, and select **Import Operating System**. Use the following settings for the Import Operating System Wizard: + - Full set of source files + - Source directory: E:\\Downloads\\Windows 10 Enterprise x64 + - Destination directory name: W10EX64RTM +4. After you add the operating system, in the **Operating Systems / Windows 10** folder, double-click the added operating system name in the **Operating System** node and change the name to the following: **Windows 10 Enterprise x64 RTM Default Image** + +![figure 2](../images/upgrademdt-fig2-importedos.png) + +Figure 2. The imported Windows 10 operating system after you rename it. + +## Create a task sequence to upgrade to Windows 10 Enterprise + +1. Using the Deployment Workbench, select **Task Sequences** in the **MDT Production** node, and create a folder named **Windows 10**. +2. Right-click the new **Windows 10** folder and select **New Task Sequence**. Use the following settings for the New Task Sequence Wizard: + - Task sequence ID: W10-X64-UPG + - Task sequence name: Windows 10 Enterprise x64 RTM Upgrade + - Template: Standard Client Upgrade Task Sequence + - Select OS: Windows 10 Enterprise x64 RTM Default Image + - Specify Product Key: Do not specify a product key at this time + - Full Name: Contoso + - Organization: Contoso + - Internet Explorer home page: about:blank + - Admin Password: Do not specify an Administrator Password at this time + +![figure 3](../images/upgrademdt-fig3-tasksequence.png) + +Figure 3. The task sequence to upgrade to Windows 10. + +## Perform the Windows 10 upgrade + +To initiate the in-place upgrade, perform the following steps on PC0003 (currently running Windows 7 SP1). + +1. Start the MDT deployment wizard by running the following command: **\\\\MDT01\\MDTProduction$\\Scripts\\LiteTouch.vbs** +2. Select the **Windows 10 Enterprise x64 RTM Upgrade** task sequence, and then click **Next**. + + ![figure 4](../images/upgrademdt-fig4-selecttask.png) + + Figure 4. Upgrade task sequence. + +3. On the **Credentials** tab, specify the **MDT\_BA** account, P@ssw0rd password, and **CONTOSO** for the domain. (Some or all of these values can be specified in Bootstrap.ini so they are automatically populated.) +4. On the **Ready** tab, click **Begin** to start the task sequence. + When the task sequence begins, it automatically initiates the in-place upgrade process by invoking the Windows setup program (Setup.exe) with the necessary command-line parameters to perform an automated upgrade, which preserves all data, settings, apps, and drivers. + +![figure 5](../images/upgrademdt-fig5-winupgrade.png) + +Figure 5. Upgrade from Windows 7 to Windows 10 Enterprise x64 with a task sequence. + +After the task sequence completes, the computer will be fully upgraded to Windows 10. + +## Related topics + +[Windows 10 deployment scenarios](../windows-10-deployment-scenarios.md) + +[Microsoft Deployment Toolkit downloads and resources](https://go.microsoft.com/fwlink/p/?LinkId=618117) + +>>>>>>> bc07494f1704b1e23c818d59e7f42c56fefb83d1:windows/deployment/upgrade/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md diff --git a/windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-configuration-manager.md b/windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-configuration-manager.md new file mode 100644 index 0000000000..9a2f80fc31 --- /dev/null +++ b/windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-configuration-manager.md @@ -0,0 +1,197 @@ +<<<<<<< HEAD:windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-configuration-manager.md +--- +title: Deploy Windows 10 with System Center 2012 R2 Configuration Manager (Windows 10) +description: If you have Microsoft System Center 2012 R2 Configuration Manager in your environment, you will most likely want to use it to deploy Windows 10. +ms.assetid: eacd7b7b-dde0-423d-97cd-29bde9e8b363 +ms.reviewer: +manager: laurawi +ms.author: greglin +keywords: deployment, custom, boot +ms.prod: w10 +ms.localizationpriority: medium +ms.mktglfcycl: deploy +ms.sitesec: library +audience: itpro +author: greg-lindsay +ms.topic: article +--- + +# Deploy Windows 10 with System Center 2012 R2 Configuration Manager + + +**Applies to** + +- Windows 10 versions 1507, 1511 + +>[!IMPORTANT] +>For instructions to deploy the most recent version of Windows 10 with Configuration Manager, see [Scenarios to deploy enterprise operating systems with System Center Configuration Manager](https://docs.microsoft.com/sccm/osd/deploy-use/scenarios-to-deploy-enterprise-operating-systems). +>Configuration Manager 2012 and 2012 R2 provide support for Windows 10 versions 1507 and 1511 only. Later versions of Windows 10 require an updated Configuration Manager release. For a list of Configuration Manager versions and the corresponding Windows 10 client versions that are supported, see [Support for Windows 10 for System Center Configuration Manager](https://docs.microsoft.com/sccm/core/plan-design/configs/support-for-windows-10). + +If you have Microsoft System Center 2012 R2 Configuration Manager in your environment, you will most likely want to use it to deploy Windows 10. This topic will show you how to set up Configuration Manager for operating system deployment and how to integrate Configuration Manager with the Microsoft Deployment Toolkit (MDT). + +For the purposes of this topic, we will use four machines: DC01, CM01, PC0003, and PC0004. DC01 is a domain controller and CM01 is a machine running Windows Server 2012 R2 standard. PC0003 and PC0004 are machines with Windows 7 SP1, on which Windows 10 will be deployed via both refresh and replace scenarios. In addition to these four ready-made machines, you could also include a few blank virtual machines to be used for bare-metal deployments. DC01, CM01, PC003, and PC0004 are all members of the domain contoso.com for the fictitious Contoso Corporation. For more details on the setup for this topic, please see [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md). + +![figure 1](../images/mdt-06-fig01.png) + +Figure 1. The machines used in this topic. + +## In this section + + +- [Integrate Configuration Manager with MDT](../deploy-windows-mdt/integrate-configuration-manager-with-mdt.md) +- [Prepare for Zero Touch Installation of Windows with Configuration Manager](prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md) +- [Create a custom Windows PE boot image with Configuration Manager](create-a-custom-windows-pe-boot-image-with-configuration-manager.md) +- [Add a Windows 10 operating system image using Configuration Manager](add-a-windows-10-operating-system-image-using-configuration-manager.md) +- [Create an application to deploy with Windows 10 using Configuration Manager](create-an-application-to-deploy-with-windows-10-using-configuration-manager.md) +- [Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager](add-drivers-to-a-windows-10-deployment-with-windows-pe-using-configuration-manager.md) +- [Create a task sequence with Configuration Manager and MDT](../deploy-windows-mdt/create-a-task-sequence-with-configuration-manager-and-mdt.md) +- [Finalize the operating system configuration for Windows 10 deployment with Configuration Manager](finalize-the-os-configuration-for-windows-10-deployment-with-configuration-manager.md) +- [Deploy Windows 10 using PXE and Configuration Manager](deploy-windows-10-using-pxe-and-configuration-manager.md) +- [Monitor the Windows 10 deployment with Configuration Manager](monitor-windows-10-deployment-with-configuration-manager.md) +- [Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager](refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md) +- [Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager](replace-a-windows-7-client-with-windows-10-using-configuration-manager.md) + +## Components of Configuration Manager operating system deployment + + +Operating system deployment with Configuration Manager is part of the normal software distribution infrastructure, but there are additional components. For example, operating system deployment in Configuration Manager may use the State Migration Point role, which is not used by normal application deployment in Configuration Manager. This section describes the Configuration Manager components involved with the deployment of an operating system, such as Windows 10. + +- **State migration point (SMP).** The state migration point is used to store user state migration data during computer replace scenarios. +- **Distribution point (DP).** The distribution point is used to store all packages in Configuration Manager, including the operating system deployment-related packages. +- **Software update point (SUP).** The software update point, which is normally used to deploy updates to existing machines, also can be used to update an operating system as part of the deployment process. You also can use offline servicing to update the image directly on the Configuration Manager server. +- **Reporting services point.** The reporting services point can be used to monitor the operating system deployment process. +- **Boot images.** Boot images are the Windows Preinstallation Environment (Windows PE) images Configuration Manager uses to start the deployment. +- **Operating system images.** The operating system image package contains only one file, the custom .wim image. This is typically the production deployment image. +- **Operating system installers.** The operating system installers were originally added to create reference images using Configuration Manager. Instead, we recommend that you use MDT Lite Touch to create your reference images. For more information on how to create a reference image, see [Create a Windows 10 reference image](../deploy-windows-mdt/create-a-windows-10-reference-image.md). +- **Drivers.** Like MDT Lite Touch, Configuration Manager also provides a repository (catalog) of managed device drivers. +- **Task sequences.** The task sequences in Configuration Manager look and feel pretty much like the sequences in MDT Lite Touch, and they are used for the same purpose. However, in Configuration Manager the task sequence is delivered to the clients as a policy via the Management Point (MP). MDT provides additional task sequence templates to Configuration Manager. + + **Note**  Configuration Manager SP1 along with the Windows Assessment and Deployment Kit (ADK) for Windows 10 are required to support management and deployment of Windows 10. + +   + +## See also + +- [Microsoft Deployment Toolkit downloads and resources](https://go.microsoft.com/fwlink/p/?LinkId=618117)
+- [Windows deployment tools](../windows-deployment-scenarios-and-tools.md)
+- [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md)
+- [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](../upgrade/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md)
+- [Deploy Windows To Go in your organization](../deploy-windows-to-go.md)
+- [Sideload Windows Store apps](https://technet.microsoft.com/library/dn613831.aspx)
+- [Windows ADK for Windows 10](https://go.microsoft.com/fwlink/p/?LinkId=526803) +======= +--- +title: Deploy Windows 10 with System Center 2012 R2 Configuration Manager (Windows 10) +description: If you have Microsoft System Center 2012 R2 Configuration Manager in your environment, you will most likely want to use it to deploy Windows 10. +ms.assetid: eacd7b7b-dde0-423d-97cd-29bde9e8b363 +ms.reviewer: +manager: laurawi +ms.author: greglin +keywords: deployment, custom, boot +ms.prod: w10 +ms.localizationpriority: medium +ms.mktglfcycl: deploy +ms.sitesec: library +audience: itpro author: greg-lindsay +ms.topic: article +--- + +# Deploy Windows 10 with System Center 2012 R2 Configuration Manager + + +**Applies to** + +- Windows 10 versions 1507, 1511 + +>[!IMPORTANT] +>For instructions to deploy the most recent version of Windows 10 with Configuration Manager, see [Scenarios to deploy enterprise operating systems with System Center Configuration Manager](https://docs.microsoft.com/sccm/osd/deploy-use/scenarios-to-deploy-enterprise-operating-systems). +>Configuration Manager 2012 and 2012 R2 provide support for Windows 10 versions 1507 and 1511 only. Later versions of Windows 10 require an updated Configuration Manager release. For a list of Configuration Manager versions and the corresponding Windows 10 client versions that are supported, see [Support for Windows 10 for System Center Configuration Manager](https://docs.microsoft.com/sccm/core/plan-design/configs/support-for-windows-10). + +If you have Microsoft System Center 2012 R2 Configuration Manager in your environment, you will most likely want to use it to deploy Windows 10. This topic will show you how to set up Configuration Manager for operating system deployment and how to integrate Configuration Manager with the Microsoft Deployment Toolkit (MDT). + +For the purposes of this topic, we will use four machines: DC01, CM01, PC0003, and PC0004. DC01 is a domain controller and CM01 is a machine running Windows Server 2012 R2 standard. PC0003 and PC0004 are machines with Windows 7 SP1, on which Windows 10 will be deployed via both refresh and replace scenarios. In addition to these four ready-made machines, you could also include a few blank virtual machines to be used for bare-metal deployments. DC01, CM01, PC003, and PC0004 are all members of the domain contoso.com for the fictitious Contoso Corporation. For more details on the setup for this topic, please see [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md). + +![figure 1](../images/mdt-06-fig01.png) + +Figure 1. The machines used in this topic. + +## In this section + + +- [Integrate Configuration Manager with MDT](../deploy-windows-mdt/integrate-configuration-manager-with-mdt.md) + +- [Prepare for Zero Touch Installation of Windows with Configuration Manager](prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md) + +- [Create a custom Windows PE boot image with Configuration Manager](create-a-custom-windows-pe-boot-image-with-configuration-manager.md) + +- [Add a Windows 10 operating system image using Configuration Manager](add-a-windows-10-operating-system-image-using-configuration-manager.md) + +- [Create an application to deploy with Windows 10 using Configuration Manager](create-an-application-to-deploy-with-windows-10-using-configuration-manager.md) + +- [Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager](add-drivers-to-a-windows-10-deployment-with-windows-pe-using-configuration-manager.md) + +- [Create a task sequence with Configuration Manager and MDT](../deploy-windows-mdt/create-a-task-sequence-with-configuration-manager-and-mdt.md) + +- [Finalize the operating system configuration for Windows 10 deployment with Configuration Manager](finalize-the-os-configuration-for-windows-10-deployment-with-configuration-manager.md) + +- [Deploy Windows 10 using PXE and Configuration Manager](deploy-windows-10-using-pxe-and-configuration-manager.md) + +- [Monitor the Windows 10 deployment with Configuration Manager](monitor-windows-10-deployment-with-configuration-manager.md) + +- [Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager](refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md) + +- [Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager](replace-a-windows-7-client-with-windows-10-using-configuration-manager.md) + +## Components of Configuration Manager operating system deployment + + +Operating system deployment with Configuration Manager is part of the normal software distribution infrastructure, but there are additional components. For example, operating system deployment in Configuration Manager may use the State Migration Point role, which is not used by normal application deployment in Configuration Manager. This section describes the Configuration Manager components involved with the deployment of an operating system, such as Windows 10. + +- **State migration point (SMP).** The state migration point is used to store user state migration data during computer replace scenarios. + +- **Distribution point (DP).** The distribution point is used to store all packages in Configuration Manager, including the operating system deployment-related packages. + +- **Software update point (SUP).** The software update point, which is normally used to deploy updates to existing machines, also can be used to update an operating system as part of the deployment process. You also can use offline servicing to update the image directly on the Configuration Manager server. + +- **Reporting services point.** The reporting services point can be used to monitor the operating system deployment process. + +- **Boot images.** Boot images are the Windows Preinstallation Environment (Windows PE) images Configuration Manager uses to start the deployment. + +- **Operating system images.** The operating system image package contains only one file, the custom .wim image. This is typically the production deployment image. + +- **Operating system installers.** The operating system installers were originally added to create reference images using Configuration Manager. Instead, we recommend that you use MDT Lite Touch to create your reference images. For more information on how to create a reference image, see [Create a Windows 10 reference image](../deploy-windows-mdt/create-a-windows-10-reference-image.md). + +- **Drivers.** Like MDT Lite Touch, Configuration Manager also provides a repository (catalog) of managed device drivers. + +- **Task sequences.** The task sequences in Configuration Manager look and feel pretty much like the sequences in MDT Lite Touch, and they are used for the same purpose. However, in Configuration Manager the task sequence is delivered to the clients as a policy via the Management Point (MP). MDT provides additional task sequence templates to Configuration Manager. + + **Note**  Configuration Manager SP1 along with the Windows Assessment and Deployment Kit (ADK) for Windows 10 are required to support management and deployment of Windows 10. + +   + +## See also + + +- [Microsoft Deployment Toolkit downloads and resources](https://go.microsoft.com/fwlink/p/?LinkId=618117) + +- [Windows deployment tools](../windows-deployment-scenarios-and-tools.md) + +- [Deploy Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/deploy-windows-10-with-the-microsoft-deployment-toolkit.md) + +- [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](../upgrade/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) + +- [Deploy Windows To Go in your organization](../deploy-windows-to-go.md) + +- [Sideload Windows Store apps](https://technet.microsoft.com/library/dn613831.aspx) + +- [Windows ADK for Windows 10](https://go.microsoft.com/fwlink/p/?LinkId=526803) + +  + +  + + + + + +>>>>>>> bc07494f1704b1e23c818d59e7f42c56fefb83d1:windows/deployment/deploy-windows-sccm/deploy-windows-10-with-system-center-2012-r2-configuration-manager.md diff --git a/windows/deployment/images/iso-data.png b/windows/deployment/images/iso-data.png new file mode 100644 index 0000000000000000000000000000000000000000..f188046b7f633b9dca2b1395159dc3d905328e66 GIT binary patch literal 36882 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 literal 0 HcmV?d00001