Windows Installation, imageX Deployment from Network
Microsoft imageX tools are excessive used tools for facilitating windows environment easily and quickly for network installation. Afterward imagX solution is highly recommended for corporate and other so many small network facilities. According with Microsoft defines imageX:
imageX is a command-line tool that enables original equipment manufacturers (OEMs) and corporations to capture, to modify, and to apply file-based disk images for rapid deployment. ImageX works with Windows image (.wim) files for copying to a network, or it can work with other technologies that use .wim images, such as Windows Setup, Windows Deployment Services (Windows DS), and the System Management Server (SMS) Operating System Feature Deployment Pack
Basic knowledge:
Window Automated installation Kit is standalone software among that could really in conjunctions, it’s a command line Microsoft development tool (MDT) easy to use with graphical user interface. Both are required for successful window 7 deployment, MDT is the automation framework and the workbench while Automated kit (AIK) is precisely a tool set which automate the complete process where imageX is simply acted as window image file. it became complicated when you started to think imageX and Sysprep would be used, theoretically yes but practically its complicated than you need to be. From window development tool kit (2012) you can build and image (WIM) capture and deploy , as said earlier Automated installation kit (AIK) wil just automate the whole process. in order to successful network installation, you must have to follow the installation with this arrangement:
Building a Reference Share
• Create Deployment Share
• Import OS (Vanilla .wim NOT a customized .wim)
• Create Task Sequence & enable windows updates
• ustomize unattend.xml answer file
• Insert LTI Suspend in state restore in the task sequence(optional)
• Import Applications (optional)
• Update Deployment Share
• Burn ISO
Capturing Reference Image
• Boot to CD in VM
• use MDT to apply updates, tweaks, install apps
• When LTI suspend executes, make changes then resume from icon on desktop
• Capture image
Building a Production Share
• Create a Second Deployment Share
• Import OS (customized .wim) from VM capture
• Create Task Sequence & enable windows updates
• Customize unattend.xml answer file
• import Drivers (optional)
• Import Applications (optional)
• Update Deployment Share
• Burn ISO
Deploying Captured Image
• Boot to MDT CD
• Select Task Sequence
• Deploy Image & Repeat until deploys are complete.