remove vsdx and pdf

This commit is contained in:
Aaron Czechowski 2022-09-09 14:51:52 -07:00
parent 590a0858f5
commit 6bbc23c1e1
5 changed files with 13 additions and 14 deletions

View File

@ -21,9 +21,8 @@
"files": [ "files": [
"**/*.png", "**/*.png",
"**/*.jpg", "**/*.jpg",
"**/*.gif", "**/*.svg",
"**/*.pdf", "**/*.gif"
"**/*.vsdx"
], ],
"exclude": [ "exclude": [
"**/obj/**", "**/obj/**",

View File

@ -5,31 +5,32 @@ ms.reviewer:
manager: dougeby manager: dougeby
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
ms.prod: w10 ms.prod: windows-client
ms.localizationpriority: medium ms.localizationpriority: medium
ms.topic: article ms.topic: reference
--- ---
# Windows 10 deployment process posters # Windows 10 deployment process posters
**Applies to** **Applies to**
- Windows 10 - Windows 10
The following posters step through various options for deploying Windows 10 with Windows Autopilot or Microsoft Endpoint Configuration Manager. The following posters step through various options for deploying Windows 10 with Windows Autopilot or Microsoft Endpoint Configuration Manager.
## Deploy Windows 10 with Autopilot ## Deploy Windows 10 with Autopilot
The Windows Autopilot poster is two pages in portrait mode (11x17). Click the image to view a PDF in your browser. You can also download this poster in [PDF](https://download.microsoft.com/download/8/4/b/84b5e640-8f66-4b43-81a9-1c3b9ea18eda/Windows10AutopilotFlowchart.pdf) or [Visio](https://github.com/MicrosoftDocs/windows-itpro-docs/raw/public/windows/deployment/media/Windows10Autopilotflowchart.vsdx) format. The Windows Autopilot poster is two pages in portrait mode (11x17). Select the image to download a PDF version.
[![Deploy Windows 10 with Autopilot.](./media/windows10-autopilot-flowchart.png)](https://download.microsoft.com/download/8/4/b/84b5e640-8f66-4b43-81a9-1c3b9ea18eda/Windows10AutopilotFlowchart.pdf) [![Deploy Windows 10 with Autopilot.](./media/windows10-autopilot-flowchart.png)](https://download.microsoft.com/download/8/4/b/84b5e640-8f66-4b43-81a9-1c3b9ea18eda/Windows10AutopilotFlowchart.pdf)
## Deploy Windows 10 with Microsoft Endpoint Configuration Manager ## Deploy Windows 10 with Microsoft Endpoint Configuration Manager
The Configuration Manager poster is one page in landscape mode (17x11). Click the image to view a PDF in your browser. You can also download this poster in [PDF](https://download.microsoft.com/download/e/2/a/e2a70587-d3cc-4f1a-ba49-cfd724a1736b/Windows10DeploymentConfigManager.pdf) or [Visio](https://github.com/MicrosoftDocs/windows-itpro-docs/raw/public/windows/deployment/media/Windows10DeploymentConfigManager.vsdx) format. The Configuration Manager poster is one page in landscape mode (17x11). Select the image to download a PDF version.
[![Deploy Windows 10 with Configuration Manager.](./media/windows10-deployment-config-manager.png)](https://download.microsoft.com/download/e/2/a/e2a70587-d3cc-4f1a-ba49-cfd724a1736b/Windows10DeploymentConfigManager.pdf) [![Deploy Windows 10 with Configuration Manager.](./media/windows10-deployment-config-manager.png)](https://download.microsoft.com/download/e/2/a/e2a70587-d3cc-4f1a-ba49-cfd724a1736b/Windows10DeploymentConfigManager.pdf)
## See also ## See also
[Overview of Windows Autopilot](/windows/deployment/windows-autopilot/windows-autopilot)<br> [Overview of Windows Autopilot](/mem/autopilot/windows-autopilot)
[Scenarios to deploy enterprise operating systems with Configuration Manager](/configmgr/osd/deploy-use/scenarios-to-deploy-enterprise-operating-systems)
[Scenarios to deploy enterprise operating systems with Configuration Manager](/mem/configmgr/osd/deploy-use/scenarios-to-deploy-enterprise-operating-systems)

View File

@ -22,8 +22,7 @@
"**/*.png", "**/*.png",
"**/*.jpg", "**/*.jpg",
"**/*.svg", "**/*.svg",
"**/*.gif", "**/*.gif"
"**/*.pdf"
], ],
"exclude": [ "exclude": [
"**/obj/**", "**/obj/**",