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

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Recently uploaded (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 

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!!