+ All Categories
Home > Technology > TDF Professional Conf 2010 - Rapid Windows 7 Deployments

TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Date post: 13-May-2015
Category:
Upload: jimboks
View: 672 times
Download: 3 times
Share this document with a friend
Description:
Introduction to using the Microsoft Deployment Toolkit 2010 (MDT, formerly Business Desktop Deployment) for imaging of desktops and rapid upgrades and deployments of Windows 7.
Popular Tags:
34
RAPID WINDOWS 7 DEPLOYMENTS Using the Microsoft Deployment Toolkit 2010
Transcript
Page 1: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

RAPID WINDOWS 7 DEPLOYMENTS

Using the Microsoft Deployment Toolkit 2010

Page 2: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Objective Leave with detailed knowledge of

Microsoft Deployment Toolkit. Ability to setup Deployment server 1 day. Ability to create customized images. Ability to rapidly deploy Windows 7 to

desktops. Scalability from 2 to 500+ desktops.

Page 3: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Types of Deployments

High Touch Installation. Lite Touch Installation (LTI). Zero Touch Installation (ZTI).

Page 4: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

High Touch Installation

Traditional method booting off vendor supplied media or Microsoft media.

Requires manual input at staggered phases of install (depending on vendor).

Does not scale well past just a few workstations.

Page 5: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Zero Touch Installation (ZTI) Entirely automated workstation

installs. Requires System Center

Configuration Manger 2007. Licensed product - $$$.

Page 6: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Lite Touch Installation (LTI) Intermediate between High Touch and ZTI. Requires Microsoft Deployment Toolkit 2010.

Freely available download! Some input required at workstation at boot,

then proceeds silently. Once custom image is created it can be

made to proceed with minimal intervention.

Page 7: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Caveats

No direct migration from XP to Win 7. Account migration requires USMT.

Plug-in component of MDT 2010. Volume Licensing recommended.

Page 8: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Requirements Microsoft Deployment Toolkit 2010 (MDT)• WAIK, Windows Automated Installation Kit• Deployment Machine (Server or

Workstation) or Server 2008 Windows Deployment Service

Add-on Components (optional) ACT: Application Compatibility Toolkit USMT: User State Migration Tool

Page 9: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

How Lite Touch Works Create new deployment and network share.

Will be admin sharei.e.: \\Server\Deployments$

Add OS/application sources. Create installation Task Sequence. Create PE boot media. Boot new machine off PE media. Create/Capture boot images of new installation

to Deployment Server as .wim image file.

Page 10: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

What is a Task Sequence? Master install script (XML). Has Answers File which perform automation.

Unattended.xml Can have conditionals to perform different

actions on different workstations. Upgrade/Refresh vs. New Install.

Can perform validation checks. Memory. Disk Space.

Page 11: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step by Step

Page 12: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 1: Install MDT 2010

Download/Install MDT 2010. Mandatory Add-ons:

MSXML WAIK

GREAT documentation available.

Page 13: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 2: New Deployment Share Create new deployment share. High-light “Deployment Shares” tree. Actions Pane: New Deployment

Share. Wizard:

Specify file system location. Specify share name.

Page 14: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 3: Add OS Sources

Expand Windows .ISO image to disk or have disc in drive.

Expand newly created Deployment Share.

Highlight Operating Systems. Actions Pane: Import Operating

System. NOTE! Can be used for XP and Vista

too!

Page 15: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 4: Add Task Sequence Expand newly created Deployment Share. Highlight Task Sequences. Actions Pane: New Task Sequence. Wizard:

Specify Task Sequence ID (must be unique). Specify Task Sequence name (will be selectable choice when imaging). Select Template: Standard Client Task Sequence. Chose OS form imported sources. Specify MAK/product key if available. Specify Windows User and Org entries. Specify IE default home page. Specify Administrator password.

Page 16: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 5: Create boot images Highlight newly created Deployment Share. Actions Pane: Update Deployment Share. Open deployment share in file browser. Open “boot” directory. .ISO can be burned to disc for booting. .WIM can be used with Windows Deployment

Server (if installed/available on network).

Page 17: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 5.1: USB boot image Expand newly created deployment share. Expand Advanced Configuration. Highlight Media. Actions Pane: New Media. This will create a file system that can be

copied to a USB/Flash drive. !! Special formatting of Flash drive required!

Page 18: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 6: Boot with .iso

At workstation to be imaged… Make CD/DVD/USB first boot device

in BIOS. Boot off .ISO disk or USB Flash drive. Will be asked for credentials to

access network share with Deployment Share.

Choose Task Sequence/Applications.

Page 19: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

DONE!

This process can be repeated to install same Task Sequence at more workstations.

Page 20: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Step 8 (opt): Capture Image After successful (no errors) Task Sequence… Capture image of machine back to

Deployment Share (to Captures folder) as .WIM file.

.WIM can be imported back into Deployment Share as available deployment.

.WIM can be used with Windows Deployment Service (WDS).

Page 21: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

In Action…

Page 22: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Extra Credit: Applications Expand Deployment Share. Highlight Applications. Actions Pane: New Application. Wizard:

Specify: Publisher, Name, Verions, Language. Specify source files.

NB: Keep in mind access perspective of PE boot when network resources must opened.

Page 23: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Extra Credit: MS Apps Microsoft applications can install silently

too. MS Office: 2 Automated install types.

1. MDT app properties permit specifying install parameters such as license key.

2. Use “Office Customization Tool” to create .MSP file and put in Updates folder of install sources. Create .MSP via “setup.exe /admin”

Page 24: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Extra Credit: Branding

Use custom wallpaper for PE boot media.

Page 25: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Debugging

The MININT filesystem of the Preboot Env.

Unattended.xml

Page 26: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Advanced Utilities

USMT, User State Migration Toolkit ACT, Application Compatibility Toolkit

Page 27: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

USMT

No direct XP to Win 7 path. Account profiles must be converted. Capture profile to network share. After Windows 7 installation

completes, profile is put back on workstation.

Page 28: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

ACT Test Line of Business (LOB) apps Run application in encapsulated environment Collect data on errors relevant to registry,

environment, UAC, etc. Compare to collective database of other

Microsoft ACT users Build patched version of app to run error free

in Windows 7

Page 29: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

If we had more time… Mastering the Task Sequence:

Verify system resource requirements. Customize Answers File (MSXML).

WDS, Windows Deployment Service on 2008. PXE booting at clients and .WIM imaging.

Zero Touch Install. For high-volume deployments. Requires licensing of XXX.

Page 30: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Alternatives Clonezilla

http://www.clonezilla.org Macrium Reflect Acronis True Image Norton Ghost PING (partimage Is Not Ghost)

NOTE! Not all are necessarily deployment servers.

Reference:http://en.wikipedia.org/wiki/List_of_disk_cloning_software

http://en.wikipedia.org/wiki/Comparison_of_disk_cloning_software

Page 31: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Resources Download MDT 2010:

http://www.microsoft.com/downloads/details.aspx?FamilyId=3BD8561F-77AC-4400-A0C1-FE871C461A89&displaylang=en

MS Blog:http://blogs.technet.com/msdeployment/

Win 7 Upgrade Advisor:http://www.microsoft.com/downloads/details.aspx?FamilyID=1b544e90-7659-4bd9-9e51-2497c146af15&displaylang=en

Win 7 Upgrade and Migration Guide:http://technet.microsoft.com/en-us/library/dd446674(WS.10).aspx

Step-by-Step: Basic Windows Migration using USMT for IT Professionalshttp://technet.microsoft.com/en-us/library/dd883247(WS.10).aspx

Deployment TechCenterhttp://technet.microsoft.com/en-us/deployment/default.aspx

Microsoft TechNethttp://technet.microsoft.com/en-us/windows/default.aspx

Page 32: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Questions

Page 33: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Q:Will the slides be posted? The inevitable question…

Page 34: TDF Professional Conf 2010 - Rapid Windows 7 Deployments

Thank You

GO DEPLOY!!


Recommended