Windows 7 Test Prep Ch 2 Part 3.

Slides:



Advertisements
Similar presentations
© University of Reading 2007www.reading.ac.uk Huw Wright - IT Services Vista Deployment.
Advertisements

Working with Disks and Devices
MCTS Guide to Microsoft 7
Using VHDs in Remediation Workshops. Overview Advantages Simple and robust setup Use prepared VHDs Easy to reset (copy VHD file) Easy to switch between.
Charles Hottelet Improvements and best practices Deployment options.
Windows 7 Test Prep Ch 2 Configuring System Images Part 2.
Windows 7 Test Prep. Based on this book Ch 1 Install, Migrate, or Upgrade to Windows 7.
PDI 2010 Presented by Jason Huitt, ACNS.  Scenario A – “Technician in the Field”  Scenario B – “Lab Management”  Image Management ◦ PDI Interruption.
Windows Deployment Services Sysprep and You
Planning Server Deployments
Windows Deployment Services WDS for Large Scale Enterprises and Small IT Shops Presented By: Ryan Drown Systems Administrator for Krannert.
Mark O’Shea | MVP Windows Expert – IT Professional.
Rich Seymore Microsoft Education Account Technology Specialist.
Asking Questions Office Migration Planning Manager Windows Security Guides Group Policy Guides Image Servicing Operations Manager Desired Configuration.
Chapter 2: Automating the Windows Vista Installation.
Deployment Deep Dive on Windows 7 Rodney Buike – Technology Evangelist Microsoft Canada
MCITP: Microsoft Windows Vista Desktop Support - Enterprise Section 1: Prepare to Deploy.
Week:#14 Windows Recovery
Chapter 2: Automating the Windows Vista Installation.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 2 Installing Windows Server 2008.
Michael Faden Microsoft Schweiz WAIK, WDT, SCCM.
2010 – Gergely Rózsa 1. Based on Windows 7 Ultimate (mostly all Ultimate Features) Splitted to more than hundred Feature Packs x86 and x64 architectures.
Agenda Master Expert Associat e Microsoft Certified Solutions Master (MCSM) Microsoft Certified Solutions Expert (MCSE) Microsoft Certified Solutions.
Richard Smith Senior Consultant – Management, Operations and Deployment Microsoft UK Simple Deployments with Windows AIK and Windows DS.
Windows Vista Deployment & Servicing Overview Anders Björling Microsoft Services.
Welcome!.  Plan it – Practice it.  Floppy disks  Winnt /b  Answer files  Remote Installation services  Ghost (imaging)  ImageX and MDT2010.
John Alger James Madison University John Alger James Madison University
Module 1: Installing Windows XP Professional. Overview Manually Installing Windows XP Professional Automating a Windows XP Professional Installation Using.
Changing the Way Systems are Deployed 1. 2 * Ghost since 1999 * Almost 4500 licenses * Prior to 2007 license count increase of 5% or greater a year *
MCTS Guide to Microsoft Windows Vista Chapter 2 Installing Windows Vista.
MCTS Guide to Microsoft 7
Farewell to the Windows Automated Installation Kit (Windows AIK) NAME TITLE DMVMUG User Conference 2013 – Reston, VA.
Deploying Windows Vista Lesson 2. Skills Matrix Technology SkillObjective Domain SkillDomain # Understanding Windows Vista Deployment Deploy Windows Vista.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Two Deploying Windows Servers.
IT:NETWORK:MICROSOFT SERVER 2 DHCP AND WINDOWS DEPLOYMENT SERVICES.
Microsoft ® Official Course Module1 Installing and Deploying Windows 8.
Chapter Fourteen Windows XP Professional Fault Tolerance.
Module 10: Designing Operating System Deployment and Maintenance.
10/1/2015 Chapter 2 Installing Windows XP Professional.
Deploying Windows 7 Lesson 3. Objectives Understand enterprise deployments Capture an image file Modify an image file Deploy an image file.
MCTS Guide to Microsoft Windows 7
WINDOWS XP PROFESSIONAL AUTOMATING THE WINDOWS XP INSTALLATION Bilal Munir Mughal Chapter-2 1.
Module 2: Windows Deployment Services
CN1176 Computer Support Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
Deploying Windows Vista Chapter 2. The Answer File Answer file is an XML file containing the detail of a custom installation Windows System Image Manager.
Week #2 Objectives Upgrade and Migrating to Windows 7 Image-Based Installation of Windows 7 Application Compatibility.
Microsoft Management Seminar Series SMS 2003 Change Management.
Lesson 2: Installing Windows 8.1
Microsoft Windows XP Professional MCSE Exam
Windows 7 Deployment Mark French
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 4 Managing Disks.
MCTS GUIDE TO MICROSOFT 7 Chapter 2 Installing Windows 7.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
ITMT Windows 7 Configuration Chapter 3 – Deploying Windows 7 ITMT 1371 – Windows 7 Configuration 1.
What Is a Read-Only Domain Controller? RODCs host read-only partitions of the AD DS database, only accept replicated changes to Active Directory, and never.
CompTIA Server+ Certification (Exam SK0-004)
Windows 7 Planning, Deployment Tools & Migrating from Windows XP
Preparing for the Windows 8.1 MCSA
MCTS Guide to Microsoft 7
Create setup scripts simply and easily.
Introducing, Installing, and Upgrading Windows 7
Deploying and Maintaining Server Images
Imaging and Deployment
Chapter 5 Objectives Understand How to Plan a Windows 7 Deployment with Answer Files. Capture System Image Using Sysprep and ImageX. Use Deployment Image.
Tech·Ed North America /17/2018 8:33 AM
Deploying Windows 7 Lesson 3.
2/22/2019 Automating migration from Windows XP to Windows 8.1 Kyle Rosenthal Technical Microsoft Virtual Academy © 2012 Microsoft.
Windows 10 Deployment with MDT 2016 (8443)
Windows 7 Test Prep.
Installing Windows Exam: 902
Presentation transcript:

Windows 7 Test Prep Ch 2 Part 3

Based on this book

Lesson 1: Capturing System Images Part 1: Creating an answer file Saving it as unattend.xml on a UFD (USB Flash Drive) Part 2: Creating a Reference Image Distributing an Image to Many Computers Using the Deployment Image Servicing and Management Tool Sysprep

Manual Deployment from a Network Share On destination computer, boot from WinPE disk Use DISKPART to create partitions Copy image.wimto local hard disk D: Apply image with ImageX Use BCDboot to initialize the Boot Configuration Data

ImageX At an elevated command prompt e:\imagex.exe /apply d:\image.wim 1 c:

BCDboot At an elevated command prompt d:\windows\system32\bcdboot d:\windows

Cross-Architecture Tools ImageX (x86) and Windows PE (x86) can be used to capture both 32-bit and 64-bit images

Windows Imaging Format A WIM file is file-based format that stores files and file metadata Removes duplicates, storing a file only once even if it is references multiple times in the file system tree Hardware-independent Files are stored in a WIM database WIM files must be deployed to pre-formatted partitions (use DISKPART first)

Windows Imaging Format WIM file may contain multiple disk images Saves size by removing duplicates SWM: Spanned WIM Image files Split into parts

Mounting WIM Files Load WimFltr.sys driver Mount WIM file to a drive letter using ImageX Wimgapi.dll provides Application Programming Interfaces for manipulating WIMs To make a WIM bootable, use ImageX with the /boot switch

Distributing an Image to Many Computers Two tools Windows Deployment Services (WDS) Targets boot from PXE, or from a WDS Capture Image MDT 2010 (Microsoft Deployment Toolkit) Very powerful new deployment tool

Lite Touch & Zero Touch Lite Touch Installation (LTI) Requires a small amount of user intervention Most new features in MDT are related to LTI Zero Touch Installation (ZTI) No user intervention Requires these items on the network: Microsoft System Center Configuration Manager (SCCM) 2007 Operating System Deployment Feature Pack SQL Server

System Management Server (SMS) 2003 MTD 2010 ZTI does not work with SMS 2003

WDS Images WDS provides a PXE-booted version of Windows PE A WDS image is contained in A WIM FILE It's booted over the network into a RAMDisk Installation proceeds under Windows PE WDS integrates into Active Directory Domain Services, but the PXE server can run without ADDS

Types of WDS Images Install Boot Capture Discover An OS to deploy, typically a WIM file Boot Windows PE image you boot client to before install the WIM Capture Used to capture images Has Windows PE and Windows Deployment Services Image Capture Wizard Discover Used for non-PXE computers Enables target to finds WDS server and install an image

Using the Deployment Image Servicing and Management Tool (DISM) New in Windows 7 DISM can service a Windows image, or prepare a Windows PE image

DISM Can Do:

DISM Options

Sysprep Sysprep prepares a Windows installation for imaging or delivery to a user GUI mode: c:\windows\ system32\ sysprep\ sysprep.exe

Sysprep Command-line Options

Sysprep Options /audit Restarts the ciomputer in Audit mode to test an installation or add drivers /generalize Removes all unique system info /oobe Restarts in Windows Welcome mode /reboot, /shutdown, /quiet, /quit /unattend: answerfile – Applies settings in the answer file during unattended installation

Configuration Passes Link TestPrep Ch 2c

Sysprep Answer File Configures unattended setup options The generalize, auditSystem, and auditUser passes only occur when you run sysprep. Sysprep answer file must be an XML file but cannot be named Autounattend.xml

Making Plug-and-Play Drivers Persist During the Generalize Pass Specify the PersistentAllDeviceInstalls setting in the Microsoft-Windows-PnPSysprep feature In Windows System Image Manager See next slide

Reduced Functionality Mode There is no Reduced Functionality Mode in Windows 7 Textbook is wrong on page 82 See link TestPrep Ch 2d

Lesson 2: Managing Virtual Hard Disk Files Using Native VHDs in Windows 7 Using the Windows Image to Virtual Hard Disk Tool Using the Offline Virtual Machine Servicing Tool to Update a VHD Deploying to an Online VHD Using Windows Deployment Services

Using Native VHDs in Windows 7 VHD files are used by Hyper-V, Virtual Server, and Virtual PC for virtual disks VHD files are also used by Microsoft Data Protection Manager, Windows Server Backup, client computer backup, and more programs. Win 7 Enterprise or Ultimate can boot directly from VHD DISKPART and Disk Management can be used to create VHD files

Action, Create VHD in Disk Management

Attaching VHD Files You can also "Attach" an existing VHD in Computer Management In either read-only or read-write mode

Creating VHD files with DISKPART

Booting from VHD Must have Win 7 Enterprise or Ultimate Two ways to put Win 7 on a VHD Use ImageX and a Win 7 Install DVD Copy a WIM image to the VHD Use BCDEdit to add a boot entry for the VHD file

Using the Windows Image to Virtual Hard Disk Tool WIM2VHD creates VHD imaged from any Win 7 installation source or a custom WIM file The VHD will boot to the OOBE (Out-of-Box-Experience) unless you automate that configuration with an Unattend.xml file.

WIM2VHD Example

Using the Offline Virtual Machine Servicing Tool to Update a VHD If you have a Win7 machine that only rarely boots from VHD, the VHD won't get Automatic Updates often The Offline Virtual Machine Servicing Tool lets you update a VHD The VHD will boot up just long enough to get the updates

Using the Offline Virtual Machine Servicing Tool to Update a VHD Requires Windows Server 2008 or 2003 SP2 Microsoft System Center Virtual Machine manager (SCVMM) 2007 or SCVMM 2008 The SCVMM Administrator Console is built on a Windows PoqwerShell command-line interface (see next slide)

SCVMM Admin Console

Deploying to an Online VHD Using Windows Deployment Services WDS enables you to deploy Win 7 Enterprise or Ultimate remotely to bootable VHDs on client computers WDS runs on Windows Server 2008 or Windows Server 2008 R2 WDS is an MMC Snap-in, and comes with the WDSUtil command-line tool you need to capture images