290 likes | 559 Views
WinPE, ImageX and ADK. Review. Windows 2012 Server, Roles, Features Install Rules, Best Practices How did the install go? Issues, weird things…what happened? . Learning Goal.
E N D
Review Windows 2012 Server, Roles, Features Install Rules, Best Practices How did the install go? Issues, weird things…what happened?
Learning Goal I will learn how to create a WinPE bootdisk and operate ImageX to create baselines and images of servers and workstations
Agenda Imaging in General Microsoft AIK Windows PE ImageX
Workstation Imaging • Process of moving one workstations files and settings to another • Forensic backup • Workstation Deployment
Backwards in Time Norton Ghost was the Standard for imaging for many years
Systems Integration Systems Integration and Management Services Administrator Controlled Desktops around the enterprise Application management, Inventory and Software Licence control Naturally admins wanted one tool to rule them all
The Poor Cousin • Microsoft System Center / SMS • In the past: difficult to understand, clunky, hard to use, needed other tools to work with it • Today: Easier to deploy, functional, clean interface • Eating into the systems management market
IMAGEX Flexible, easy to use command line tool to image machines for fast deployment Small and Powerful The netcat of the imaging world CLI
Microsoft ADK / AIK Automated Deployment Kit Automated Install Kit A collection of free tools for administrators to manage desktop and server deployments Marketing – sold users on getting Microsoft tools to pave the way for SCCM sales.
ImageX Capabilities Hardware independent imaging Driver injection Completely silent operation Lightweight image format (wim)
Necessary Tools Windows Workstation Separate from the Server (admin station) Microsoft Windows ADK for Windows 8 A high volume USB stick – or second hard drive A burnable CD-R or DVD-R
Installing www.microsoft.com/en-ca/download/details.aspx?id=30652 Internet download
Steps outline Creating a PE Bootdisk Using ImageX
Windows PE • Windows Preinstall Environment • Self contained imaging platform • Easy to manage • Flexible (Drivers, Network) • Small • USB / ROM Media
Creating the WinPE Image Windows Environmental Variables- Click the Deployment and Imaging Tools Icon from Windows Kits > Windows ADK
Copy all files needed Copype.cmd amd64 C:\winpe Copy Batch File Destination Processor Arch
Creating an ISO MakeWinPEMedia /ISO C:\winpe C:\winpe.iso Make Batch File Destination Source Files Run Mode
Open the ISO and Drag Imagex.exe into it • C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\amd64\DSIM\ • Save the ISO Folder Structure
WinPE With USB Source MakeWinPEMedia /UFD C:\winpe_amd64 F: Destination Command Tyoe Make sure it’s formatted
Capturing with Windows PE Calling command Mode Flag Image Comment imagex.exe /capture C: path\filename.wim "Comment" /verify Verify after save? What to image Where to save
Deploying PC’s Generally, PC’s will arrive from the factory with an OS – crapware, or not your image installed on C: An important component is to wipe the drive before starting WinPE Tool called diskpart is used for this
Diskpart Structured Command Example imagex.exe /capture C: path\filename.wim "Comment" /verify
Deploying with Windows PE Calling command HDD to deploy Drive imagex.exe /apply *path\file.wim* 1 C: Mode Flag Path to WIM file