Merge pull request #9744 from aczechowski/cz-8702206-deploy

deploy cleanup
This commit is contained in:
Aditi Srivastava 2024-04-02 11:00:42 +05:30 committed by GitHub
commit 03b10df013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 175 additions and 194 deletions

View File

@ -17,14 +17,10 @@
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: items:
- name: Deploy Windows 10 with MDT and Configuration Manager - name: 'Step by step guide: Configure a test lab to deploy Windows 10'
items: href: windows-10-poc.md
- name: 'Step by step guide: Configure a test lab to deploy Windows 10' - name: Deploy Windows 10 in a test lab using Configuration Manager
href: windows-10-poc.md href: windows-10-poc-sc-config-mgr.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
href: windows-10-poc-sc-config-mgr.md
- name: Deployment process posters - name: Deployment process posters
href: windows-10-deployment-posters.md href: windows-10-deployment-posters.md
@ -79,12 +75,8 @@
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 - name: Prepare for deployment with Configuration Manager
items: href: deploy-windows-cm/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md
- name: Prepare for deployment with MDT
href: deploy-windows-mdt/prepare-for-windows-deployment-with-mdt.md
- name: Prepare for deployment with Configuration Manager
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
items: items:
- name: Check release health - name: Check release health
@ -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

View File

@ -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:

View File

@ -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
@ -221,11 +221,11 @@ Next, see [Perform an in-place upgrade to Windows 10 using Configuration Manager
## Related articles ## Related articles
[Prepare for Zero Touch Installation of Windows 10 with Configuration Manager](prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md)<br> - [Prepare for Zero Touch Installation of Windows 10 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)<br> - [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)<br> - [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)<br> - [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)<br> - [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](./create-a-task-sequence-with-configuration-manager-and-mdt.md)<br> - [Create a task sequence with Configuration Manager and MDT](./create-a-task-sequence-with-configuration-manager-and-mdt.md)
[Deploy Windows 10 using PXE and Configuration Manager](deploy-windows-10-using-pxe-and-configuration-manager.md)<br> - [Deploy Windows 10 using PXE and Configuration Manager](deploy-windows-10-using-pxe-and-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)<br> - [Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager](refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md)

View File

@ -1,4 +1,4 @@
### YamlMime:Hub ### YamlMime:Landing
title: Deploy and update Windows # < 60 chars; shows at top of hub page title: Deploy and update Windows # < 60 chars; shows at top of hub page
summary: Learn about deploying and updating Windows client devices in your organization. # < 160 chars summary: Learn about deploying and updating Windows client devices in your organization. # < 160 chars
@ -6,7 +6,7 @@ summary: Learn about deploying and updating Windows client devices in your organ
metadata: metadata:
title: Windows client deployment documentation # Required; browser tab title displayed in search results. Include the brand. < 60 chars. title: Windows client deployment documentation # Required; browser tab title displayed in search results. Include the brand. < 60 chars.
description: Learn about deploying and updating Windows client devices in your organization. # Required; article description that is displayed in search results. < 160 chars. description: Learn about deploying and updating Windows client devices in your organization. # Required; article description that is displayed in search results. < 160 chars.
ms.topic: hub-page ms.topic: landing-page
ms.service: windows-client ms.service: windows-client
ms.subservice: itpro-deploy ms.subservice: itpro-deploy
ms.collection: ms.collection:
@ -15,166 +15,168 @@ metadata:
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 01/18/2024 ms.date: 04/01/2024
localization_priority: medium localization_priority: medium
# common graphics: https://review.learn.microsoft.com/content-production-service/internal/image-gallery?branch=main # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
productDirectory: landingContent:
title: Get started
items:
- title: Plan
imageSrc: /media/common/i_overview.svg
links:
- text: Plan for Windows 11
url: /windows/whats-new/windows-11-plan?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
- text: Create a deployment plan
url: update/create-deployment-plan.md
- text: Define readiness criteria
url: update/plan-define-readiness.md
- text: Define your servicing strategy
url: update/plan-define-strategy.md
- text: Determine application readiness
url: update/plan-determine-app-readiness.md
- text: Plan for volume activation
url: volume-activation/plan-for-volume-activation-client.md
- title: Prepare - title: Plan
imageSrc: /media/common/i_tasks.svg linkLists:
links: - linkListType: concept
- text: Prepare for Windows 11 links:
url: /windows/whats-new/windows-11-prepare?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json - text: Plan for Windows 11
- text: Prepare to deploy Windows updates url: /windows/whats-new/windows-11-plan?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
url: update/prepare-deploy-windows.md - text: Create a deployment plan
- text: Prepare updates using Windows Update for Business url: update/create-deployment-plan.md
url: update/waas-manage-updates-wufb.md - text: Define readiness criteria
- text: Evaluate and update infrastructure url: update/plan-define-readiness.md
url: update/update-policies.md - text: Define your servicing strategy
- text: Set up Delivery Optimization for Windows client updates url: update/plan-define-strategy.md
url: do/waas-delivery-optimization-setup.md?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json - text: Determine application readiness
- text: Prepare for imaging with Configuration Manager url: update/plan-determine-app-readiness.md
url: deploy-windows-cm/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md - text: Plan for volume activation
url: volume-activation/plan-for-volume-activation-client.md
- title: Deploy - title: Prepare
imageSrc: /media/common/i_deploy.svg linkLists:
links: - linkListType: get-started
- text: Deploy Windows with Autopilot links:
url: /mem/autopilot/tutorial/autopilot-scenarios - text: Prepare for Windows 11
- text: Assign devices to servicing channels url: /windows/whats-new/windows-11-prepare?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
url: update/waas-servicing-channels-windows-10-updates.md - text: Prepare to deploy Windows updates
- text: Deploy updates with Intune url: update/prepare-deploy-windows.md
url: update/deploy-updates-intune.md - text: Prepare updates using Windows Update for Business
- text: Deploy Windows updates with Configuration Manager url: update/waas-manage-updates-wufb.md
url: update/deploy-updates-configmgr.md - text: Evaluate and update infrastructure
- text: Upgrade Windows using Configuration Manager url: update/update-policies.md
url: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md - text: Set up Delivery Optimization for Windows client updates
- text: Check release health url: do/waas-delivery-optimization-setup.md?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json
url: update/check-release-health.md - text: Prepare for imaging with Configuration Manager
url: deploy-windows-cm/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md
additionalContent: - title: Deploy
sections: linkLists:
- title: Solutions - linkListType: deploy
items: links:
- text: Deploy Windows with Autopilot
url: /mem/autopilot/tutorial/autopilot-scenarios
- text: Assign devices to servicing channels
url: update/waas-servicing-channels-windows-10-updates.md
- text: Deploy updates with Intune
url: update/deploy-updates-intune.md
- text: Deploy Windows updates with Configuration Manager
url: update/deploy-updates-configmgr.md
- text: Upgrade Windows using Configuration Manager
url: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md
- text: Check release health
url: update/check-release-health.md
- title: Windows Autopilot - title: Windows Autopilot
links: linkLists:
- text: Overview - linkListType: how-to-guide
url: /mem/autopilot/windows-autopilot links:
- text: Scenarios - text: Overview
url: /mem/autopilot/tutorial/autopilot-scenarios url: /mem/autopilot/windows-autopilot
- text: Device registration - text: Scenarios
url: /mem/autopilot/registration-overview url: /mem/autopilot/tutorial/autopilot-scenarios
- text: Learn more about Windows Autopilot > - text: Device registration
url: /mem/autopilot url: /mem/autopilot/registration-overview
- text: Learn more about Windows Autopilot >
url: /mem/autopilot
- title: Windows Autopatch - title: Windows Autopatch
links: linkLists:
- text: What is Windows Autopatch? - linkListType: how-to-guide
url: windows-autopatch/overview/windows-autopatch-overview.md links:
- text: Frequently asked questions (FAQ) - text: What is Windows Autopatch?
url: windows-autopatch/overview/windows-autopatch-faq.yml url: windows-autopatch/overview/windows-autopatch-overview.md
- text: Prerequisites - text: Frequently asked questions (FAQ)
url: windows-autopatch/prepare/windows-autopatch-prerequisites.md url: windows-autopatch/overview/windows-autopatch-faq.yml
- text: Learn more about Windows Autopatch > - text: Prerequisites
url: windows-autopatch/index.yml url: windows-autopatch/prepare/windows-autopatch-prerequisites.md
- text: Learn more about Windows Autopatch >
url: windows-autopatch/index.yml
- title: Windows Update for Business - title: Windows Update for Business
links: linkLists:
- text: What is Windows Update for Business? - linkListType: how-to-guide
url: update/waas-manage-updates-wufb.md links:
- text: Windows Update for Business deployment service - text: What is Windows Update for Business?
url: update/deployment-service-overview.md url: update/waas-manage-updates-wufb.md
- text: Manage Windows Update settings - text: Windows Update for Business deployment service
url: update/waas-wu-settings.md url: update/deployment-service-overview.md
- text: Windows Update for Business reports overview - text: Manage Windows Update settings
url: update/wufb-reports-overview.md url: update/waas-wu-settings.md
- text: Windows Update for Business reports overview
url: update/wufb-reports-overview.md
- title: Optimize and cache content - title: Optimize and cache content
links: linkLists:
- text: What is Delivery Optimization? - linkListType: how-to-guide
url: do/waas-delivery-optimization.md links:
- text: What is Microsoft Connected Cache? - text: What is Delivery Optimization?
url: do/waas-microsoft-connected-cache.md url: do/waas-delivery-optimization.md
- text: Frequently asked questions - text: What is Microsoft Connected Cache?
url: do/waas-delivery-optimization-faq.yml url: do/waas-microsoft-connected-cache.md
- text: Learn more about Delivery Optimization > - text: Frequently asked questions
url: do/index.yml url: do/waas-delivery-optimization-faq.yml
- text: Learn more about Delivery Optimization >
url: do/index.yml
- title: In-place upgrade and imaging - title: In-place upgrade and imaging
links: linkLists:
- text: Upgrade Windows using Configuration Manager - linkListType: how-to-guide
url: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md links:
- text: Deploy a Windows image using Configuration Manager - text: Upgrade Windows using Configuration Manager
url: deploy-windows-cm/refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md url: deploy-windows-cm/upgrade-to-windows-10-with-configuration-manager.md
- text: Convert a disk from MBR to GPT - text: Deploy a Windows image using Configuration Manager
url: mbr-to-gpt.md url: deploy-windows-cm/refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md
- text: Resolve Windows upgrade errors - text: Convert a disk from MBR to GPT
url: upgrade/resolve-windows-upgrade-errors.md url: mbr-to-gpt.md
- text: Resolve Windows upgrade errors
url: upgrade/resolve-windows-upgrade-errors.md
- title: Licensing and activation - title: Licensing and activation
links: linkLists:
- text: Plan for volume activation - linkListType: how-to-guide
url: volume-activation/plan-for-volume-activation-client.md links:
- text: Subscription activation - text: Plan for volume activation
url: windows-10-subscription-activation.md url: volume-activation/plan-for-volume-activation-client.md
- text: Volume activation management tool (VAMT) - text: Subscription activation
url: volume-activation/introduction-vamt.md url: windows-10-subscription-activation.md
- text: Activate using key management service (KMS) - text: Volume activation management tool (VAMT)
url: volume-activation/activate-using-key-management-service-vamt.md url: volume-activation/introduction-vamt.md
- text: Windows commercial licensing overview - text: Activate using key management service (KMS)
url: /windows/whats-new/windows-licensing url: volume-activation/activate-using-key-management-service-vamt.md
- text: Windows commercial licensing overview
url: /windows/whats-new/windows-licensing
- title: More resources # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
items:
- title: Release and lifecycle
links:
- text: Windows release health dashboard
url: /windows/release-health
- text: Windows client features lifecycle
url: /windows/whats-new/feature-lifecycle
- text: Lifecycle FAQ - Windows
url: /lifecycle/faq/windows
- title: Windows hardware
links:
- text: Download and install the Windows ADK
url: /windows-hardware/get-started/adk-install
- text: Deployment tools
url: /windows-hardware/manufacture/desktop/boot-and-install-windows
# - text:
# url:
# - text:
# url:
- title: Community
links:
- text: Windows IT pro blog
url: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/bg-p/Windows10Blog
- text: Windows office hours
url: https://aka.ms/windows/officehours
# - text:
# url:
# - text:
# url:
- title: More resources
linkLists:
- linkListType: reference
# Release and lifecycle
links:
- text: Windows release health dashboard
url: /windows/release-health
- text: Windows client features lifecycle
url: /windows/whats-new/feature-lifecycle
- text: Lifecycle FAQ - Windows
url: /lifecycle/faq/windows
- linkListType: download
# Windows hardware
links:
- text: Download and install the Windows ADK
url: /windows-hardware/get-started/adk-install
- text: Deployment tools
url: /windows-hardware/manufacture/desktop/boot-and-install-windows
- linkListType: whats-new
# Community
links:
- text: Windows IT pro blog
url: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/bg-p/Windows10Blog
- text: Windows office hours
url: https://aka.ms/windows/officehours

View File

@ -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?

View File

@ -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>

View File

@ -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)