520 likes | 536 Vues
Installing and configuring MDT 2013 and WDS. Krzysztof Kosiba. Download and install Microsoft Deployment Toolkit 2013 Update 1 Download and Install Windows ADK (Windows Assessment and Deployment Kit) for Windows 10 Enable WDS Configure MDT Create 2 deployment share
E N D
Installing and configuring MDT 2013 and WDS Krzysztof Kosiba
Download and install Microsoft Deployment Toolkit 2013 Update 1 • Download and Install Windows ADK (Windows Assessment and Deployment Kit) for Windows 10 • Enable WDS • Configure MDT • Create 2 deployment share • Create MDT Deployment Share • Create MDT Capture Share • Import base Operating System (Windows CD) • Adding Drivers to MDT • Task Sequence (creating and editing) • Create Task Sequence to Capture Image and Deploy Windows • Import captured Image to MDT Deployment Share • Create Task to deploy captured image in MDT Deployment Share • Prepare scripts for Application deployment • Create Application in MDT Deployment Share • Edit properties of MDT Capture Share • Edit properties of MDT Deployment Share • Update Deployment and Capture Share/ Generate Win PE WIM and ISO • Configure Windows Deployment Services and DHCP • Boot workstation from Network and deploy Windows
Download and install Microsoft Deployment Toolkit 2013 Update 1 https://www.microsoft.com/en-us/download/details.aspx?id=48595
Download and Install Windows ADK (Windows Assessment and Deployment Kit) for Windows 10 https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx
Enable WDS (Windows Deployment Services Role) https://technet.microsoft.com/en-GB/library/jj648426.aspx
If your DHCP is on the same server configure DHCP options as on the picture below
If your DHCP is NOT on the same server configure DHCP options as on the pictures below
Configuring MDTCreate 2 deployments share Create MDT Deployment Share Create MDT Capture Share
Use the same steps as above to create Deployment Share (MDT Deployment Share, \\....\DeploymentShare$)
Task Sequence (creating and editing) Create Task Sequence to Capture Image and Deploy Windows
Update Deployment and Capture Share/ Generate Win PE WIM and ISO
Capture image from a workstation where you have installed all applications and updates (except of AntiVirus, joining to the domain, Ranger etc.) browse to the location: \\servername\captureshare$\scripts and run LiteTouch.vbs, select Capture Image and location and name for the image.
Create Task to deploy captured image in MDT Deployment Share
Update Deployment and Capture Share/ Generate Win PE WIM and ISO
Prepare scripts for Application deployment Script for Sophos deployment in Schools
Script for Wireless Settings Run this command on a computer which is connected to Wireless, this will export Wireless Config. Where: profile name is SSID, interface is a name of WiFi network connection netshwlan export profile name=SSID folder=c:\temp interface=Wi-Fi
Copy exported xml file to script location on the server and edit it.
Change protected to false and replace keyMaterial with a “real” key
Create new Power Shell script for Wireless Settings netshwlan add profile filename=\\ServerName\Deploymentshare$\scripts\Wi-Fi-SSID.xml user=all
Sophos Wireless
Update Deployment and Capture Share/ Generate Win PE WIM and ISO