SlideShare a Scribd company logo
1 of 130
Automated Installation en Deployment
            Windows 7
Agenda
•   Imaging Approaches
•   Imaging C.R.A.P.
•   WAIK
•   MDT 2010
•   WDS
Lucky number 7
Traditional vs. Modular Approach

              Traditional                    Modular
   •   OS + Applications in      •   1 base image (OS) for
       1 image                       all hardware

   •   Image per hardware type   •   Apps/drivers delivered
                                     as add-ons
   •   Time to integrate
       new hardware              •   Easily integrate
                                     new hardware
   •   High maintenance
                                 •   Reduced maintenance
   •   Requires a visit to           costs
       the desktop
                                 •   Automated build process
   •   Storage requirements
                                 •   Easy to customise
Traditional Approach


   •   Quick Win
   •   1 x image per model
   •   high maintenance
Traditional vs. Modular Approach

                                Maintenance
                                Deployment
                                Development
 Time




        Traditional   Modular
Imaging Strategy
• Thick image
  – Core applications and language packs included
  – Updates included
  – Drivers included

• Thin image
  – Core applications and language packs NOT included
  – Updates NOT included
  – Drivers NOT included

• Hybrid image
  – Mixes thin and thick strategies
Imaging C.R.A.P.
Imaging C.R.A.P
•   Disk Controllers drivers (STOP 0x0000007B)
•   HAL (Uniprocessor, Multiprocessor)
•   x64 and x86 support
•   Disk and Partition Setup
•   Windows Updates
•   Drivers (Built-In, ‘to be connected’ hardware)
•   Custom Registry Settings
•   Applications
•   AMD and Intel support
•   Applications
Platform Components
Windows Imaging (.WIM)
Microsoft Windows Imaging (WIM)
• Microsoft’s own image format

• File-based disk imaging is a core capability of
  Windows Vista, Windows 7, Windows 2008

• Compared to sector-based formats,
  a WIM image is file-based
Microsoft Windows Imaging (WIM)
• This WIM image format is hardware-agnostic,
  meaning that you need only one image to address
  many different hardware configurations.
Microsoft Windows Imaging (WIM)
• The WIM image format also lets you store multiple
  images within one actual file.
• For example, Microsoft can ship multiple SKUs in
  one WIM image file. You store images with and
  without core applications in a single image file.
• Also, you can mark one of the images as
  bootable, allowing you to start a computer from a
  disk image contained in a WIM file.
Microsoft Windows Imaging (WIM)
• The WIM image format enables compression and
  single instancing, thus reducing the size of image
  files significantly.
• Single instancing is a technique that allows you to
  store two or more copies of a file for the space
  cost of one copy.
• For example, if images 1, 2, and 3 all contain file
  A, single-instancing stores a single copy of the file
  A and points images 1, 2, and 3 to that copy.
Microsoft Windows Imaging (WIM)
• The WIM image format allows you to service an image
  offline. You can add or delete certain operating system
  components, patches, and drivers without creating a new
  image.
• Rather than spending a few hours updating an image,
  which you do now with Microsoft Windows XP, for
  example, you can update an image in minutes.
• For example, to add a patch to a Windows XP image, you
  must boot the master image, add the patch, and then
  prepare the image again.
• With Windows 7, you can simply service the image offline.
Microsoft Windows Imaging (WIM)
• The WIM image format lets you install a disk image on
  partitions of any size, unlike sector-based image formats
  that require you to deploy a disk image to a partition that's
  the same size or larger than the source disk.
WAIK
Windows Automated Installation Kit
• The Windows® Automated Installation Kit (Windows AIK)
  is a set of tools and documentation that support the
  configuration and deployment of Windows® operating
  systems.
Windows Automated Installation Kit
• By using Windows AIK, you can automate Windows
  installations, capture Windows images with ImageX,
  configure and modify images using Deployment Imaging
  Servicing and Management (DISM), create Windows PE
  images, and migrate user profiles and data with the User
  State Migration Tool (USMT).

• Windows AIK also includes the Volume Activation
  Management Tool (VAMT), which enables IT professionals
  to automate and centrally manage the volume activation
  process using a Multiple Activation Key (MAK).
ImageX
ImageX
ImageX
ImageX
ImageX
ImageX
ImageX
ImageX
DISM
• Deployment Image Servicing and Management Tool
DISM
DISM
DISM
DISM
DISM
DISM
DISM
DISM
Platform Components
Attended Windows setup
Windows XP Setup Manager
Windows SIM
Unattended Windows setup
• Unattend.xml
• AutoUnattend.xml

• As a rule, only answer files named Unattend.xml are used.
• However, because some answer files include destructive actions such
  as disk partitioning, you must rename your Unattend.xml file to
  Autounattend.xml in the windowsPE and offlineServicing configuration
  passes.
  These passes run when you first run Windows PE or Setup.exe.
• You typically use the Autounattend.xml file when you use the Windows
  Setup DVD boot method and supply an answer file on a USB flash
  drive (UFD) or floppy disk.
Unattend Windows setup
Unattend Windows setup
Unattend Windows setup
Unattend Windows setup
Unattend Windows setup
Unattend Windows setup
Unattend Windows setup
Windows SIM
Passes
•   windowsPE
•   offlineServicing
•   generalize
•   Specialize
•   auditSystem
•   auditUser
•   oobeSystem
Windows PE
• Windows PE is a minimal Win32 subsystem with limited
  services, based on the Windows 7 kernel running in
  protected mode.
• It contains the minimal functionality that you need to run
  Setup, install Windows from a network share, automate
  basic processes, and perform hardware validation.
• Windows PE was developed specifically to address
  desktop and server deployment scenarios.
Windows PE
Passes – windowsPE
• Configures Windows PE options as well as basic Windows Setup
  options. These options can include configuring a disk or language
  settings.
Passes - offlineServicing
• Applies updates to a Windows 7 image.

• Also applies packages, including software fixes,
  language packs, and other security updates.
Passes - generalize
• The generalize pass runs only if you run sysprep
  /generalize. In this pass, you can minimally configure
  Windows 7 as well as configure other settings that must
  persist on your master image.

• The sysprep /generalize command removes system-
  specific information. For example, the unique SID and
  other hardware-specific settings are removed from the
  image.
Passes - specialize
• Creates and applies system-specific information.

• For example, you can configure:

   – network settings
   – international settings
   – domain information.
Passes - auditSystem
• Processes unattended Setup settings while Windows 7 is
  running in system context, before a user logs on to the
  computer in audit mode.

• The auditSystem pass runs only if you boot in audit mode.
Passes - auditUser
• Processes unattended Setup settings after a user logs on
  to the computer in audit mode.

• The auditUser pass runs only if you boot in audit mode.
Passes - oobeSystem
• Applies settings to Windows 7 before
  Windows Welcome starts.
Mini Setup Phase
• Windows XP
  – driver installation
  – Joining domain
  – Sysprep.inf was the answer file for this phase
• Windows 7
  – This phase is now called the ‘Specialize’ pass
  – (Auto)Unattend.xml is the answer file for this pass
Windows SIM
Windows SIM
Windows SIM
Windows SIM
Windows SIM
Windows SIM
Windows SIM
Include custom files
• If you wish to include custom files to include in the
  Windows 7 installation (such as files in the program files,
  system32 folder, OOBE (Out Of Box Experience) etc.) then
  make a folder called $OEM$ inside the sources folder.

• From there, the following folder structures must apply
  (many changed from Windows 2000 and
  Windows XP $OEM$ days) …..
Include custom files
• $$

  Contains files that Windows Setup copies to the
  %WINDIR% (for example, C:windows) folder during
  installation.

• $$System32

  Contains files that Windows Setup copies to the
  %WINDIR%System32 folder during installation.
Include custom files
• $1

  Represents the root of the drive on which you installed
  Windows (also called the boot partition) and contains files
  that Windows Setup copies to the boot partition during
  installation.

• $1Pnpdrivers

  Contains new or updated Plug-and-Play (PnP) drivers. The
  user specifies the folder name in the Unattend.xml file for
  unattended installations. For example, this folder might be
  named $OEM$ Folders$1Pnpdrvs.
Include custom files
• drive_lettersubfolder

• A subfolder of the drive that contains files that Windows
  Setup copies to the subfolder during installation. Multiple
  instances of this type of folder may exist under the
  $OEM$ Foldersdrive_letter folder, for example, $OEM$
  FoldersDMyFolder.

• $$SetupScriptsSetupComplete.cmd
Platform Components
Microsoft Deployment Toolkit 2010
• Microsoft Deployment Toolkit 2010 (MDT 2010) provides a
  common console with the comprehensive tools and
  guidance needed to efficiently manage deployment of
  Windows 7 and Windows Server 2008 R2.

• Microsoft Deployment Toolkit 2010 is the recommended
  process and toolset to automate desktop and server
  deployment.

• Microsoft Deployment Toolkit 2010 provides detailed
  guidance and job aids for every organizational role
  involved with large-scale deployment projects.
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
MDT 2010 Requirements

• Microsoft Management Console (MMC)
  version 3.0
• Microsoft .NET Framework 2.0 or later
• Windows PowerShell™ command-line
  interface (CLI) version 1.0 or 2.0,
  Community Technology Preview 3 (CTP3)
  or later
• Windows Automated Installation Kit
  (Windows AIK) for Windows 7
Deployment scenario’s - LTI
• Lite Touch Installation
• Allows selection of the level of automation
• Has minimal infrastructure requirements
• Supports deployments over a network using a shared
  folder or locally using removable storage such as a CD,
  DVD, or UFD
• The deployment process can be initiated manually or
  automatically using Windows Deployment Services
• Requires little or no infrastructure to support deployment
Deployment scenario’s - ZTI
• Zero Touch Installation
• Supports only fully automated deployments
• Requires System Center Configuration Manager
• Supports deployments only from System Center
  Configuration Manager distribution points
• The installation process can be initiated by System Center
  Configuration Manager or Windows Deployment Services
• Requires an infrastructure sufficient to deploy operating
  system images
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
DeploymentWorkbench
WSF
WinPE
WinPE
Boot Image
Boot Image
Boot Image
Boot Image
Lite Touch Installation (LTI) deployments
Lite Touch Installation (LTI) deployments
Lite Touch Installation (LTI) deployments
Microsoft Deployment Toolkit 2010
Lite Touch Installation (LTI) deployments
Lite Touch Installation (LTI) deployments
Rules
Lite Touch Installation (LTI) deployments
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
• MDT Teamblog:

  http://blogs.technet.com/msdeployment/default.aspx
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Platform Components
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Microsoft Deployment Toolkit 2010
Thnx !!
  

More Related Content

What's hot

Frokost seminar windows 8 februar 2013
Frokost seminar   windows 8 februar 2013Frokost seminar   windows 8 februar 2013
Frokost seminar windows 8 februar 2013Olav Tvedt
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Peter Tröger
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in WindowsAmir Villas
 
Walter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompWalter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompDigicomp Academy AG
 
Working with Applications
Working with ApplicationsWorking with Applications
Working with ApplicationsAmir Villas
 
Operating System
Operating SystemOperating System
Operating Systempuneet2home
 
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...Christoph Adler
 
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1 Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1 Microsoft TechNet - Belgium and Luxembourg
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesAidan Finn
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationKen Hutchins
 
Lecture 10 the user experience (1)
Lecture 10   the user experience (1)Lecture 10   the user experience (1)
Lecture 10 the user experience (1)Wiliam Ferraciolli
 

What's hot (19)

Topic 6
Topic 6Topic 6
Topic 6
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
ICTM 10
ICTM 10ICTM 10
ICTM 10
 
Week 6
Week 6Week 6
Week 6
 
Chap2
Chap2Chap2
Chap2
 
Frokost seminar windows 8 februar 2013
Frokost seminar   windows 8 februar 2013Frokost seminar   windows 8 februar 2013
Frokost seminar windows 8 februar 2013
 
Deployment Day Session 1: Introduction to MDT 2012
Deployment Day Session 1: Introduction to MDT 2012Deployment Day Session 1: Introduction to MDT 2012
Deployment Day Session 1: Introduction to MDT 2012
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in Windows
 
Walter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompWalter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicomp
 
Working with Applications
Working with ApplicationsWorking with Applications
Working with Applications
 
Operating System
Operating SystemOperating System
Operating System
 
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...
DNUG - Workshop: Alles was Du schon immer über den IBM Notes-Client wissen wo...
 
systems_software
systems_softwaresystems_software
systems_software
 
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1 Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1
Inside Windows 8 – Mastering Windows Deployment Services and MDT 2012 Update 1
 
Lecture 9 further permissions
Lecture 9   further permissionsLecture 9   further permissions
Lecture 9 further permissions
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And Methodologies
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 Configuration
 
Lecture 10 the user experience (1)
Lecture 10   the user experience (1)Lecture 10   the user experience (1)
Lecture 10 the user experience (1)
 

Similar to Windows 7 deployment

Windows 7 Deployment
Windows 7  DeploymentWindows 7  Deployment
Windows 7 DeploymentAlex de Jong
 
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
 
Module 03 installing, upgrading, and migrating to windows 7
Module 03   installing, upgrading, and migrating to windows 7Module 03   installing, upgrading, and migrating to windows 7
Module 03 installing, upgrading, and migrating to windows 7aesthetics00
 
CNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic DuplicationCNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic DuplicationSam Bowne
 
Windows_Installation.pptx
Windows_Installation.pptxWindows_Installation.pptx
Windows_Installation.pptxLearyJohn
 
Introducing Widows 7
Introducing Widows 7Introducing Widows 7
Introducing Widows 7Gene Carboni
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)ella dimaiwat
 
CNIT 152 8. Forensic Duplication
CNIT 152 8. Forensic DuplicationCNIT 152 8. Forensic Duplication
CNIT 152 8. Forensic DuplicationSam Bowne
 
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...Andik Susilo
 
Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeMarketingArrowECS_CZ
 
Optimizing VM images for OpenStack with KVM/QEMU
Optimizing VM images for OpenStack with KVM/QEMUOptimizing VM images for OpenStack with KVM/QEMU
Optimizing VM images for OpenStack with KVM/QEMUOpenStack Foundation
 
Win ce 6.0 development (1)
Win ce 6.0 development (1)Win ce 6.0 development (1)
Win ce 6.0 development (1)Rajshree Daware
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...WASdev Community
 

Similar to Windows 7 deployment (20)

Windows 7 Deployment
Windows 7 DeploymentWindows 7 Deployment
Windows 7 Deployment
 
Windows 7 Deployment
Windows 7  DeploymentWindows 7  Deployment
Windows 7 Deployment
 
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 ...
 
Module 03 installing, upgrading, and migrating to windows 7
Module 03   installing, upgrading, and migrating to windows 7Module 03   installing, upgrading, and migrating to windows 7
Module 03 installing, upgrading, and migrating to windows 7
 
CNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic DuplicationCNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic Duplication
 
Windows_Installation.pptx
Windows_Installation.pptxWindows_Installation.pptx
Windows_Installation.pptx
 
K04 software
K04 softwareK04 software
K04 software
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 
Introducing Widows 7
Introducing Widows 7Introducing Widows 7
Introducing Widows 7
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)
 
W8 deployment
W8 deploymentW8 deployment
W8 deployment
 
CNIT 152 8. Forensic Duplication
CNIT 152 8. Forensic DuplicationCNIT 152 8. Forensic Duplication
CNIT 152 8. Forensic Duplication
 
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...
Windows 7 Deployment with Microsoft Deployment Toolkit & Windows Deployment S...
 
groupProject-1
groupProject-1groupProject-1
groupProject-1
 
Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): Compute
 
Packaging Event 2008
Packaging Event 2008Packaging Event 2008
Packaging Event 2008
 
Optimizing VM images for OpenStack with KVM/QEMU
Optimizing VM images for OpenStack with KVM/QEMUOptimizing VM images for OpenStack with KVM/QEMU
Optimizing VM images for OpenStack with KVM/QEMU
 
Win ce 6.0 development (1)
Win ce 6.0 development (1)Win ce 6.0 development (1)
Win ce 6.0 development (1)
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
 

More from Alex de Jong

Surviving public speaking
Surviving public speakingSurviving public speaking
Surviving public speakingAlex de Jong
 
Client management.ppt
Client management.pptClient management.ppt
Client management.pptAlex de Jong
 
Da for dummies techdays 2012
Da for dummies techdays 2012Da for dummies techdays 2012
Da for dummies techdays 2012Alex de Jong
 
Direct access for dummies
Direct access for dummiesDirect access for dummies
Direct access for dummiesAlex de Jong
 
What’s new in windows server 2012
What’s new in windows server 2012What’s new in windows server 2012
What’s new in windows server 2012Alex de Jong
 
Deploying windows 8
Deploying windows 8Deploying windows 8
Deploying windows 8Alex de Jong
 

More from Alex de Jong (7)

Surviving public speaking
Surviving public speakingSurviving public speaking
Surviving public speaking
 
Client management.ppt
Client management.pptClient management.ppt
Client management.ppt
 
Da for dummies techdays 2012
Da for dummies techdays 2012Da for dummies techdays 2012
Da for dummies techdays 2012
 
Pki for dummies
Pki for dummiesPki for dummies
Pki for dummies
 
Direct access for dummies
Direct access for dummiesDirect access for dummies
Direct access for dummies
 
What’s new in windows server 2012
What’s new in windows server 2012What’s new in windows server 2012
What’s new in windows server 2012
 
Deploying windows 8
Deploying windows 8Deploying windows 8
Deploying windows 8
 

Recently uploaded

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 

Recently uploaded (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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 ...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 

Windows 7 deployment

Editor's Notes

  1. Continuous Repetitive Automated Process
  2. Continuous Repetitive Automated Process
  3. Continuous Repetitive Automated Process
  4. Continuous Repetitive Automated Process
  5. Continuous Repetitive Automated Process
  6. Continuous Repetitive Automated Process
  7. Continuous Repetitive Automated Process
  8. Continuous Repetitive Automated Process
  9. Continuous Repetitive Automated Process
  10. Continuous Repetitive Automated Process
  11. Continuous Repetitive Automated Process
  12. Continuous Repetitive Automated Process
  13. Continuous Repetitive Automated Process
  14. http://en.wikipedia.org/wiki/LZX_%28algorithm%29LZX was publicly released as an Amiga file archiver in 1995, while the authors (Jonathan Forbes, TomiPoutanen) were studying at the University of Waterloo in Canada. The software was shareware, which was common for compression software at the time. The registered version contained fixes and improvements not available in the evaluation version. In 1997, the authors gave away a free keyfile, which allowed anyone to use the registered version, as they had stopped work on the archiver and stopped accepting registrations. In 1997, Forbes went to work for Microsoft, and Microsoft's cabinetarchiver was enhanced to include the LZX compression method.
  15. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  16. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  17. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  18. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  19. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  20. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  21. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  22. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  23. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  24. http://technet.microsoft.com/en-us/library/cc749415%28WS.10%29.aspx
  25. http://www.magalan.co.uk/Create_Custom_Windows_7_DVD_with_Unattend_Service_Pack.html