SlideShare a Scribd company logo
1 of 34
Using the Microsoft Deployment Toolkit 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.
Types of Deployments
 High Touch Installation.
 Lite Touch Installation (LTI).
 Zero Touch Installation (ZTI).
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.
Zero Touch Installation (ZTI)
 Entirely automated workstation installs.
 Requires System Center Configuration
  Manger 2007.
   Licensed product - $$$.
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.
Caveats
 No direct migration from XP to Win 7.
 Account migration requires USMT.
   Plug-in component of MDT 2010.
 Volume Licensing recommended.
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
How Lite Touch Works
 Create new deployment and network share.
     Will be admin share
      i.e.: ServerDeployments$
   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.
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.
Step by Step
Step 1: Install MDT 2010
 Download/Install MDT 2010.
 Mandatory Add-ons:
   MSXML
   WAIK
 GREAT documentation available.
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.
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!
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.
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).
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!
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.
DONE!
 This process can be repeated to install same
  Task Sequence at more workstations.
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).
In Action…
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.
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”
Extra Credit: Branding
 Use custom wallpaper for PE boot media.
Debugging
 The MININT filesystem of the Preboot Env.
 Unattended.xml
Advanced Utilities
 USMT, User State Migration Toolkit
 ACT, Application Compatibility Toolkit
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.
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
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.
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
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 Professionals
    http://technet.microsoft.com/en-us/library/dd883247(WS.10).aspx

   Deployment TechCenter
    http://technet.microsoft.com/en-us/deployment/default.aspx

   Microsoft TechNet
    http://technet.microsoft.com/en-us/windows/default.aspx
Questions
Q:Will the slides be posted?
 The inevitable question…
Thank You
 GO DEPLOY!!

More Related Content

What's hot

Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp OptimizationShan Sachwani
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...IJNSA Journal
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesAidan Finn
 
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Beginner’s Guide to Windows Installer XML (WiX)
Beginner’s Guide to Windows Installer XML (WiX)Beginner’s Guide to Windows Installer XML (WiX)
Beginner’s Guide to Windows Installer XML (WiX)Alek Davis
 
Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Vibhanshu Chaturvedi
 
Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7Gene Carboni
 
Introduction, Installation Operating System and Application
Introduction, Installation Operating System and ApplicationIntroduction, Installation Operating System and Application
Introduction, Installation Operating System and ApplicationVichhaiy Serey
 

What's hot (13)

Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp Optimization
 
groupProject-1
groupProject-1groupProject-1
groupProject-1
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
 
SP1_Battlecard
SP1_BattlecardSP1_Battlecard
SP1_Battlecard
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And Methodologies
 
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Beginner’s Guide to Windows Installer XML (WiX)
Beginner’s Guide to Windows Installer XML (WiX)Beginner’s Guide to Windows Installer XML (WiX)
Beginner’s Guide to Windows Installer XML (WiX)
 
Windows 7 Feature Overview
Windows 7 Feature OverviewWindows 7 Feature Overview
Windows 7 Feature Overview
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
Lesson03
Lesson03Lesson03
Lesson03
 
Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8Comparison of Windows 7 & Windows 8
Comparison of Windows 7 & Windows 8
 
Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7
 
Introduction, Installation Operating System and Application
Introduction, Installation Operating System and ApplicationIntroduction, Installation Operating System and Application
Introduction, Installation Operating System and Application
 

Viewers also liked

Anuncios premiados
Anuncios premiadosAnuncios premiados
Anuncios premiadostodocurioso
 
Taking Control of Your Mobile Device - Rooting-n-Roms
Taking Control of Your Mobile Device - Rooting-n-RomsTaking Control of Your Mobile Device - Rooting-n-Roms
Taking Control of Your Mobile Device - Rooting-n-Romsjimboks
 
Seta misir'da kim-kimdir-
Seta misir'da kim-kimdir-Seta misir'da kim-kimdir-
Seta misir'da kim-kimdir-ilhansefa
 
My summer holidays
My summer holidaysMy summer holidays
My summer holidays2juliaa
 
The benefits of the cloud for small businesses
The benefits of the cloud for small businessesThe benefits of the cloud for small businesses
The benefits of the cloud for small businessesjimboks
 

Viewers also liked (7)

Con un-boli-bic
Con un-boli-bicCon un-boli-bic
Con un-boli-bic
 
Queespene
QueespeneQueespene
Queespene
 
Anuncios premiados
Anuncios premiadosAnuncios premiados
Anuncios premiados
 
Taking Control of Your Mobile Device - Rooting-n-Roms
Taking Control of Your Mobile Device - Rooting-n-RomsTaking Control of Your Mobile Device - Rooting-n-Roms
Taking Control of Your Mobile Device - Rooting-n-Roms
 
Seta misir'da kim-kimdir-
Seta misir'da kim-kimdir-Seta misir'da kim-kimdir-
Seta misir'da kim-kimdir-
 
My summer holidays
My summer holidaysMy summer holidays
My summer holidays
 
The benefits of the cloud for small businesses
The benefits of the cloud for small businessesThe benefits of the cloud for small businesses
The benefits of the cloud for small businesses
 

Similar to TDF Professional Conf 2010 - Rapid Windows 7 Deployments

WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...Concentrated Technology
 
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...Concentrated Technology
 
Windows 7 Deployment
Windows 7  DeploymentWindows 7  Deployment
Windows 7 DeploymentAlex de Jong
 
Virtualization
VirtualizationVirtualization
VirtualizationYansi Keim
 
System Imager.20051215
System Imager.20051215System Imager.20051215
System Imager.20051215guest95b42b
 
The Holy Grail of Deployment
The Holy Grail of DeploymentThe Holy Grail of Deployment
The Holy Grail of DeploymentStuart King
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...koolsolutions
 
Asp net mvc
Asp net mvcAsp net mvc
Asp net mvcbgrynko
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsMicrosoft TechNet
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12Dru Lavigne
 
N-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityN-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityPeter Gfader
 
Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpslilylucy
 
Ideal Deployment In .NET World
Ideal Deployment In .NET WorldIdeal Deployment In .NET World
Ideal Deployment In .NET WorldDima Pasko
 
Windows installerbasics
Windows installerbasicsWindows installerbasics
Windows installerbasicsseethalux
 
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)Intergen
 

Similar to TDF Professional Conf 2010 - Rapid Windows 7 Deployments (20)

Deploying w7
Deploying w7Deploying w7
Deploying w7
 
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
WinConnections Spring, 2011 - Deploying Windows 7 without the Ridiculous Micr...
 
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
 
Windows 7 Deployment
Windows 7  DeploymentWindows 7  Deployment
Windows 7 Deployment
 
Windows 7 Deployment
Windows 7 DeploymentWindows 7 Deployment
Windows 7 Deployment
 
Virtualization
VirtualizationVirtualization
Virtualization
 
System Imager.20051215
System Imager.20051215System Imager.20051215
System Imager.20051215
 
The Holy Grail of Deployment
The Holy Grail of DeploymentThe Holy Grail of Deployment
The Holy Grail of Deployment
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
 
Asp net mvc
Asp net mvcAsp net mvc
Asp net mvc
 
Rapidly deploying software
Rapidly deploying softwareRapidly deploying software
Rapidly deploying software
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment Enhancements
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12
 
N-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityN-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and Security
 
Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumps
 
Ideal Deployment In .NET World
Ideal Deployment In .NET WorldIdeal Deployment In .NET World
Ideal Deployment In .NET World
 
Windows installerbasics
Windows installerbasicsWindows installerbasics
Windows installerbasics
 
Windows installerbasics
Windows installerbasicsWindows installerbasics
Windows installerbasics
 
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 

Recently uploaded

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Recently uploaded (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

TDF Professional Conf 2010 - Rapid Windows 7 Deployments

  • 1. Using the Microsoft Deployment Toolkit 2010 RAPID WINDOWS 7 DEPLOYMENTS
  • 2. 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.
  • 3. Types of Deployments  High Touch Installation.  Lite Touch Installation (LTI).  Zero Touch Installation (ZTI).
  • 4. 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.
  • 5. Zero Touch Installation (ZTI)  Entirely automated workstation installs.  Requires System Center Configuration Manger 2007.  Licensed product - $$$.
  • 6. 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.
  • 7. Caveats  No direct migration from XP to Win 7.  Account migration requires USMT.  Plug-in component of MDT 2010.  Volume Licensing recommended.
  • 8. 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
  • 9. How Lite Touch Works  Create new deployment and network share.  Will be admin share i.e.: ServerDeployments$  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.
  • 10. 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.
  • 12. Step 1: Install MDT 2010  Download/Install MDT 2010.  Mandatory Add-ons:  MSXML  WAIK  GREAT documentation available.
  • 13. 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.
  • 14. 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!
  • 15. 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.
  • 16. 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).
  • 17. 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!
  • 18. 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.
  • 19. DONE!  This process can be repeated to install same Task Sequence at more workstations.
  • 20. 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).
  • 22. 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.
  • 23. 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”
  • 24. Extra Credit: Branding  Use custom wallpaper for PE boot media.
  • 25. Debugging  The MININT filesystem of the Preboot Env.  Unattended.xml
  • 26. Advanced Utilities  USMT, User State Migration Toolkit  ACT, Application Compatibility Toolkit
  • 27. 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.
  • 28. 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
  • 29. 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.
  • 30. 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
  • 31. 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 Professionals http://technet.microsoft.com/en-us/library/dd883247(WS.10).aspx  Deployment TechCenter http://technet.microsoft.com/en-us/deployment/default.aspx  Microsoft TechNet http://technet.microsoft.com/en-us/windows/default.aspx
  • 33. Q:Will the slides be posted?  The inevitable question…
  • 34. Thank You  GO DEPLOY!!