Practical Test 1 Flashcards
Key steps and information for configuring Windows Server Roles and Features
Installing and Configuring WDS
Install WDS Role through Server Manager, open the WDS console in Server Manager, Right click on the WDS server and select configure server. Integrated with AD, specify location of the remote install folder. If WDS server is also DHCP, tell WDS not to listen on port 67. In the WDS console, right click the WDS server, select all tasks, start.
If DHCP server is separate from WDS, configure custom DHCP option
Open DHCP console in Server Manager, expand the server node, right click IPv4 and Set Predefined Options, add name PXEClient data String code 060. Expand IPv4 node, click server options, click the 060 PXEClient option, type the name or IP of WDS server, ok.
Add boot images to WDS (install image files are practically the same)
In WDS console, expand the server, right click boot images and add boot image. Browse to the image file, choose the boot.wim file.
Creating your own install image
Before capturing with WDS, use sysprep.exe utility located in Windows, System32, sysprep. When running sysprep, use sysprep /generalize /oobe
Discover Image
If a computer does not support PXE boot, right click a boot image and choose create discover image. To convert to bootable ISO, you need Windows ADK.
Create a bootable ISO from Discover
- Create a folder named C:\WinPE_x64\ISO.
- Copy the contents of the C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\Media folder to C:\WinPE_x64\ISO.
- Create the C:\WinPE_x64\ISO\Sources folder.
- Copy the discover image to the C:\WinPE_x64\ISO\Sources folder.
- Rename the discover.wim file in the C:\WinPE_x64\ISO\Sources folder to boot.wim.
- Copy the etfsboot.com file from the C:\Program Files (x86)\Windows Kits\8.1\ Assessment and Deployment Kit\Deployment and Imaging Tools\amd64\Oscdimg folder to the C:\WinPE_x64 folder.
- Create the bootable ISO by running the following command: oscdimg -b”c:\WinPE_X64\etfsboot.com” -n C:\WinPE_X64\ISO C:\ WinPE_X64\WinPE_X64.iso
Create an answer file
Start - All apps - Windows Sys Image Manager, Tools - Create dist share,