mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
Merge branch 'master' into repo_sync_working_branch
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
# Deploy Windows 10 with Microsoft Endpoint Configuration Manager
|
||||
## Prepare for Windows 10 deployment with Configuration Manager
|
||||
### [Prepare for Zero Touch Installation 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](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 with Configuration Manager
|
||||
### [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)
|
||||
### [Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager](replace-a-windows-7-client-with-windows-10-using-configuration-manager.md)
|
||||
### [Perform an in-place upgrade to Windows 10 using Configuration Manager](upgrade-to-windows-10-with-configuraton-manager.md)
|
28
windows/deployment/deploy-windows-cm/TOC.yml
Normal file
28
windows/deployment/deploy-windows-cm/TOC.yml
Normal file
@ -0,0 +1,28 @@
|
||||
- name: Deploy Windows 10 with Microsoft Endpoint Configuration Manager
|
||||
items:
|
||||
- name: Prepare for Windows 10 deployment with Configuration Manager
|
||||
items:
|
||||
- name: Prepare for Zero Touch Installation with Configuration Manager
|
||||
href: prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md
|
||||
- name: Create a custom Windows PE boot image with Configuration Manager
|
||||
href: create-a-custom-windows-pe-boot-image-with-configuration-manager.md
|
||||
- name: Add a Windows 10 operating system image using Configuration Manager
|
||||
href: add-a-windows-10-operating-system-image-using-configuration-manager.md
|
||||
- name: Create an application to deploy with Windows 10 using Configuration Manager
|
||||
href: create-an-application-to-deploy-with-windows-10-using-configuration-manager.md
|
||||
- name: Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager
|
||||
href: add-drivers-to-a-windows-10-deployment-with-windows-pe-using-configuration-manager.md
|
||||
- name: Create a task sequence with Configuration Manager and MDT
|
||||
href: create-a-task-sequence-with-configuration-manager-and-mdt.md
|
||||
- name: Finalize the operating system configuration for Windows 10 deployment with Configuration Manager
|
||||
href: finalize-the-os-configuration-for-windows-10-deployment-with-configuration-manager.md
|
||||
- name: Deploy Windows 10 with Configuration Manager
|
||||
items:
|
||||
- name: Deploy Windows 10 using PXE and Configuration Manager
|
||||
href: deploy-windows-10-using-pxe-and-configuration-manager.md
|
||||
- name: Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager
|
||||
href: refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md
|
||||
- name: Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager
|
||||
href: replace-a-windows-7-client-with-windows-10-using-configuration-manager.md
|
||||
- name: Perform an in-place upgrade to Windows 10 using Configuration Manager
|
||||
href: upgrade-to-windows-10-with-configuraton-manager.md
|
@ -1,22 +0,0 @@
|
||||
# Deploy Windows 10 with the Microsoft Deployment Toolkit (MDT)
|
||||
## [Get started with MDT](get-started-with-the-microsoft-deployment-toolkit.md)
|
||||
|
||||
## Deploy Windows 10 with MDT
|
||||
### [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md)
|
||||
### [Create a Windows 10 reference image](create-a-windows-10-reference-image.md)
|
||||
### [Deploy a Windows 10 image using MDT](deploy-a-windows-10-image-using-mdt.md)
|
||||
### [Build a distributed environment for Windows 10 deployment](build-a-distributed-environment-for-windows-10-deployment.md)
|
||||
### [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md)
|
||||
### [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md)
|
||||
### [Perform an in-place upgrade to Windows 10 with MDT](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md)
|
||||
|
||||
## Customize MDT
|
||||
### [Configure MDT settings](configure-mdt-settings.md)
|
||||
### [Set up MDT for BitLocker](set-up-mdt-for-bitlocker.md)
|
||||
### [Configure MDT deployment share rules](configure-mdt-deployment-share-rules.md)
|
||||
### [Configure MDT for UserExit scripts](configure-mdt-for-userexit-scripts.md)
|
||||
### [Simulate a Windows 10 deployment in a test environment](simulate-a-windows-10-deployment-in-a-test-environment.md)
|
||||
### [Use the MDT database to stage Windows 10 deployment information](use-the-mdt-database-to-stage-windows-10-deployment-information.md)
|
||||
### [Assign applications using roles in MDT](assign-applications-using-roles-in-mdt.md)
|
||||
### [Use web services in MDT](use-web-services-in-mdt.md)
|
||||
### [Use Orchestrator runbooks with MDT](use-orchestrator-runbooks-with-mdt.md)
|
40
windows/deployment/deploy-windows-mdt/TOC.yml
Normal file
40
windows/deployment/deploy-windows-mdt/TOC.yml
Normal file
@ -0,0 +1,40 @@
|
||||
- name: Deploy Windows 10 with the Microsoft Deployment Toolkit (MDT)
|
||||
items:
|
||||
- name: Get started with MDT
|
||||
href: get-started-with-the-microsoft-deployment-toolkit.md
|
||||
- name: Deploy Windows 10 with MDT
|
||||
items:
|
||||
- name: Prepare for deployment with MDT
|
||||
href: prepare-for-windows-deployment-with-mdt.md
|
||||
- name: Create a Windows 10 reference image
|
||||
href: create-a-windows-10-reference-image.md
|
||||
- name: Deploy a Windows 10 image using MDT
|
||||
href: deploy-a-windows-10-image-using-mdt.md
|
||||
- name: Build a distributed environment for Windows 10 deployment
|
||||
href: build-a-distributed-environment-for-windows-10-deployment.md
|
||||
- name: Refresh a Windows 7 computer with Windows 10
|
||||
href: refresh-a-windows-7-computer-with-windows-10.md
|
||||
- name: Replace a Windows 7 computer with a Windows 10 computer
|
||||
href: replace-a-windows-7-computer-with-a-windows-10-computer.md
|
||||
- name: Perform an in-place upgrade to Windows 10 with MDT
|
||||
href: upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md
|
||||
- name: Customize MDT
|
||||
items:
|
||||
- name: Configure MDT settings
|
||||
href: configure-mdt-settings.md
|
||||
- name: Set up MDT for BitLocker
|
||||
href: set-up-mdt-for-bitlocker.md
|
||||
- name: Configure MDT deployment share rules
|
||||
href: configure-mdt-deployment-share-rules.md
|
||||
- name: Configure MDT for UserExit scripts
|
||||
href: configure-mdt-for-userexit-scripts.md
|
||||
- name: Simulate a Windows 10 deployment in a test environment
|
||||
href: simulate-a-windows-10-deployment-in-a-test-environment.md
|
||||
- name: Use the MDT database to stage Windows 10 deployment information
|
||||
href: use-the-mdt-database-to-stage-windows-10-deployment-information.md
|
||||
- name: Assign applications using roles in MDT
|
||||
href: assign-applications-using-roles-in-mdt.md
|
||||
- name: Use web services in MDT
|
||||
href: use-web-services-in-mdt.md
|
||||
- name: Use Orchestrator runbooks with MDT
|
||||
href: use-orchestrator-runbooks-with-mdt.md
|
@ -1,2 +0,0 @@
|
||||
# [Windows Autopilot deployment](index.yml)
|
||||
## [Get started](demonstrate-deployment-on-vm.md)
|
5
windows/deployment/windows-autopilot/TOC.yml
Normal file
5
windows/deployment/windows-autopilot/TOC.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: Windows Autopilot deployment
|
||||
href: index.yml
|
||||
items:
|
||||
- name: Get started
|
||||
href: demonstrate-deployment-on-vm.md
|
Reference in New Issue
Block a user