mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
cleanup some mdt references
This commit is contained in:
parent
bbcafb882f
commit
8dcd044e50
@ -16,13 +16,9 @@
|
|||||||
- name: Prepare servicing strategy for Windows client updates
|
- name: Prepare servicing strategy for Windows client updates
|
||||||
href: update/waas-servicing-strategy-windows-10-updates.md
|
href: update/waas-servicing-strategy-windows-10-updates.md
|
||||||
- name: Deployment proof of concept
|
- name: Deployment proof of concept
|
||||||
items:
|
|
||||||
- name: Deploy Windows 10 with MDT and Configuration Manager
|
|
||||||
items:
|
items:
|
||||||
- name: 'Step by step guide: Configure a test lab to deploy Windows 10'
|
- name: 'Step by step guide: Configure a test lab to deploy Windows 10'
|
||||||
href: windows-10-poc.md
|
href: windows-10-poc.md
|
||||||
- name: Deploy Windows 10 in a test lab using MDT
|
|
||||||
href: windows-10-poc-mdt.md
|
|
||||||
- name: Deploy Windows 10 in a test lab using Configuration Manager
|
- name: Deploy Windows 10 in a test lab using Configuration Manager
|
||||||
href: windows-10-poc-sc-config-mgr.md
|
href: windows-10-poc-sc-config-mgr.md
|
||||||
- name: Deployment process posters
|
- name: Deployment process posters
|
||||||
@ -79,10 +75,6 @@
|
|||||||
href: do/waas-delivery-optimization-setup.md?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
|
href: do/waas-delivery-optimization-setup.md?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
|
||||||
- name: Configure BranchCache for Windows client updates
|
- name: Configure BranchCache for Windows client updates
|
||||||
href: update/waas-branchcache.md
|
href: update/waas-branchcache.md
|
||||||
- name: Prepare your deployment tools
|
|
||||||
items:
|
|
||||||
- name: Prepare for deployment with MDT
|
|
||||||
href: deploy-windows-mdt/prepare-for-windows-deployment-with-mdt.md
|
|
||||||
- name: Prepare for deployment with Configuration Manager
|
- name: Prepare for deployment with Configuration Manager
|
||||||
href: deploy-windows-cm/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md
|
href: deploy-windows-cm/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md
|
||||||
- name: Build a successful servicing strategy
|
- name: Build a successful servicing strategy
|
||||||
@ -112,16 +104,6 @@
|
|||||||
href: deploy-windows-cm/replace-a-windows-7-client-with-windows-10-using-configuration-manager.md
|
href: deploy-windows-cm/replace-a-windows-7-client-with-windows-10-using-configuration-manager.md
|
||||||
- name: In-place upgrade
|
- name: In-place upgrade
|
||||||
href: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md
|
href: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md
|
||||||
- name: Deploy Windows client with MDT
|
|
||||||
items:
|
|
||||||
- name: Deploy to a new device
|
|
||||||
href: deploy-windows-mdt/deploy-a-windows-10-image-using-mdt.md
|
|
||||||
- name: Refresh a device
|
|
||||||
href: deploy-windows-mdt/refresh-a-windows-7-computer-with-windows-10.md
|
|
||||||
- name: Replace a device
|
|
||||||
href: deploy-windows-mdt/replace-a-windows-7-computer-with-a-windows-10-computer.md
|
|
||||||
- name: In-place upgrade
|
|
||||||
href: deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md
|
|
||||||
- name: Deploy Windows client updates
|
- name: Deploy Windows client updates
|
||||||
items:
|
items:
|
||||||
- name: Assign devices to servicing channels
|
- name: Assign devices to servicing channels
|
||||||
|
@ -17,7 +17,7 @@ ms.date: 10/27/2022
|
|||||||
|
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
|
||||||
This article will show you how to refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager and Microsoft Deployment Toolkit (MDT). A computer refresh isn't the same as an in-place upgrade. A computer refresh involves storing user data and settings from the old installation, wiping the hard drives, installing a new OS, and then restoring the user data at the end of the installation. Also see the MDT refresh procedure: [Refresh a Windows 7 computer with Windows 10](../deploy-windows-mdt/refresh-a-windows-7-computer-with-windows-10.md).
|
This article will show you how to refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager and Microsoft Deployment Toolkit (MDT). A computer refresh isn't the same as an in-place upgrade. A computer refresh involves storing user data and settings from the old installation, wiping the hard drives, installing a new OS, and then restoring the user data at the end of the installation.
|
||||||
|
|
||||||
A computer refresh with Configuration Manager works the same as it does with MDT Lite Touch installation. Configuration Manager also uses the User State Migration Tool (USMT) from the Windows Assessment and Deployment Kit (Windows ADK) 10 in the background. A computer refresh with Configuration Manager has the following steps:
|
A computer refresh with Configuration Manager works the same as it does with MDT Lite Touch installation. Configuration Manager also uses the User State Migration Tool (USMT) from the Windows Assessment and Deployment Kit (Windows ADK) 10 in the background. A computer refresh with Configuration Manager has the following steps:
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ ms.date: 10/27/2022
|
|||||||
|
|
||||||
In this article, you'll learn how to replace a Windows 7 SP1 computer using Microsoft Configuration Manager. This process is similar to refreshing a computer, but since you're replacing the device, you have to run the backup job separately from the deployment of Windows 10.
|
In this article, you'll learn how to replace a Windows 7 SP1 computer using Microsoft Configuration Manager. This process is similar to refreshing a computer, but since you're replacing the device, you have to run the backup job separately from the deployment of Windows 10.
|
||||||
|
|
||||||
In this article, you'll create a backup-only task sequence that you run on PC0004 (the device you're replacing), deploy the PC0006 computer running Windows 10, and then restore this backup of PC0004 onto PC006. This process is similar to the MDT replace process: [Replace a Windows 7 computer with a Windows 10 computer](../deploy-windows-mdt/replace-a-windows-7-computer-with-a-windows-10-computer.md).
|
In this article, you'll create a backup-only task sequence that you run on PC0004 (the device you're replacing), deploy the PC0006 computer running Windows 10, and then restore this backup of PC0004 onto PC006.
|
||||||
|
|
||||||
## Infrastructure
|
## Infrastructure
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
Can I upgrade computers from Windows 7 or Windows 8.1 without deploying a new image?
|
Can I upgrade computers from Windows 7 or Windows 8.1 without deploying a new image?
|
||||||
answer: |
|
answer: |
|
||||||
Computers running Windows 7 or Windows 8.1 can be upgraded directly to Windows 10 through the in-place upgrade process without a need to reimage the device using MDT and/or Configuration Manager. For more information, see [Upgrade to Windows 10 with Microsoft Configuration Manager](../deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md) or [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](../deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md).
|
Computers running Windows 7 or Windows 8.1 can be upgraded directly to Windows 10 through the in-place upgrade process without a need to reimage the device. For more information, see [Upgrade to Windows 10 with Microsoft Configuration Manager](../deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md).
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
Can I upgrade from Windows 7 Enterprise or Windows 8.1 Enterprise to Windows 10 Enterprise for free?
|
Can I upgrade from Windows 7 Enterprise or Windows 8.1 Enterprise to Windows 10 Enterprise for free?
|
||||||
|
@ -61,6 +61,5 @@ If you currently use WDS with **boot.wim** from installation media for end-to-en
|
|||||||
|
|
||||||
## Also see
|
## Also see
|
||||||
|
|
||||||
[Features removed or no longer developed starting with Windows Server 2022](/windows-server/get-started/removed-deprecated-features-windows-server-2022#features-were-no-longer-developing)<br>
|
- [Features removed or no longer developed starting with Windows Server 2022](/windows-server/get-started/removed-deprecated-features-windows-server-2022#features-were-no-longer-developing)
|
||||||
[Create a custom Windows PE boot image with Configuration Manager](deploy-windows-cm/create-a-custom-windows-pe-boot-image-with-configuration-manager.md)<br>
|
- [Create a custom Windows PE boot image with Configuration Manager](deploy-windows-cm/create-a-custom-windows-pe-boot-image-with-configuration-manager.md)
|
||||||
[Prepare for deployment with MDT](deploy-windows-mdt/prepare-for-windows-deployment-with-mdt.md)<br>
|
|
||||||
|
@ -22,10 +22,7 @@ This guide contains instructions to configure a proof of concept (PoC) environme
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Microsoft also offers a pre-configured lab using an evaluation version of Configuration Manager. For more information, see [Windows and Office deployment and management lab kit](/microsoft-365/enterprise/modern-desktop-deployment-and-management-lab).
|
> Microsoft also offers a pre-configured lab using an evaluation version of Configuration Manager. For more information, see [Windows and Office deployment and management lab kit](/microsoft-365/enterprise/modern-desktop-deployment-and-management-lab).
|
||||||
|
|
||||||
This lab guide makes extensive use of Windows PowerShell and Hyper-V. Subsequent companion guides contain steps to deploy Windows 10 using the PoC environment. After completing this guide, see the following Windows 10 PoC deployment guides:
|
This lab guide makes extensive use of Windows PowerShell and Hyper-V. Subsequent companion guides contain steps to deploy Windows 10 using the PoC environment. After completing this guide, see [Step by step: Deploy Windows 10 in a test lab using Microsoft Configuration Manager](windows-10-poc-sc-config-mgr.md).
|
||||||
|
|
||||||
- [Step by step: Deploy Windows 10 in a test lab using Microsoft Configuration Manager](windows-10-poc-sc-config-mgr.md)
|
|
||||||
- [Step by step: Deploy Windows 10 in a test lab using MDT](windows-10-poc-mdt.md)
|
|
||||||
|
|
||||||
The proof of concept (PoC) deployment guides are intended to provide a demonstration of Windows 10 deployment tools and processes for IT professionals that aren't familiar with these tools, and you want to set up a PoC environment. Don't use the instructions in this guide in a production setting. They aren't meant to replace the instructions found in production deployment guidance.
|
The proof of concept (PoC) deployment guides are intended to provide a demonstration of Windows 10 deployment tools and processes for IT professionals that aren't familiar with these tools, and you want to set up a PoC environment. Don't use the instructions in this guide in a production setting. They aren't meant to replace the instructions found in production deployment guidance.
|
||||||
|
|
||||||
@ -1044,4 +1041,5 @@ Use the following procedures to verify that the PoC environment is configured pr
|
|||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
- [Windows 10 deployment scenarios](windows-deployment-scenarios.md).
|
- [Windows 10 deployment scenarios](windows-deployment-scenarios.md)
|
||||||
|
- [Step by step: Deploy Windows 10 in a test lab using Microsoft Configuration Manager](windows-10-poc-sc-config-mgr.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user