SlideShare uma empresa Scribd logo
1 de 46
Windows 7 Deployment Deep Dive WDS Deployment Tricks You Didn’t Know… Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com
Your Deployment VM ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Windows 7 Deployment Deep Dive Automatically Deploying W7 without the Alphabet Soup Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com
Loves the Tools Hates the Names ,[object Object],[object Object],[object Object]
It’s Alphabet Soup! ,[object Object],[object Object],[object Object]
Windows Deployment’s Biggest Problem
Windows Deployment’s Biggest Problem ,[object Object]
Windows Deployment’s Biggest Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Windows Deployment’s Biggest Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Greg’s Easy 11 Steps to Deployment Automation! ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Our Job Today… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Step 1:  Installing Windows Deployment Server ,[object Object],[object Object],[object Object],[object Object]
Stepping Back:  WIM Files? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Step 2:  Configuring Image Deployment ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
LAB 1:  CONFIGURING WDS
How to Name the Computer? ,[object Object],[object Object],[object Object],[object Object]
How to Name the Computer? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Step 3:  Deploying a Computer ,[object Object],[object Object]
LAB 2:  DEPLOYMENT!
Stepping Back:  Layering the OS ,[object Object]
Step 4:  Dealing with Drivers ,[object Object],[object Object],[object Object]
Step 4:  Dealing with Drivers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
LAB 3:  INJECTING DRIVERS
Boot Image Drivers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
LAB 4:  INJECTING DRIVERS INTO BOOT IMAGES
Step 5:  Automating WinPE ,[object Object],[object Object],[object Object],[object Object],[object Object]
Step 5:  Automating WinPE ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Step 5:  Automating WinPE
The Right Questions? The Right Answers? Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-International-Core-WinPE_{version}_neutral InputLocale = en-us SystemLocale = en-us UILanguage = en-us UILanguageFallback = en-us UserLocale = en-us This item configures the WinPE language to US English. amd64_Microsoft-Windows-International-Core-WinPE_{version}_neutralSetupUILanguage UILanguage = en-us   amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesLoginredentials Domain Username Password Enter here the domain, username, and password of the user that connects to your WDS share.  This is the same user as in Chapter 1, Figure 1-10. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationisk DiskID = 0 This item begins working with the first disk in the computer. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationiskreate PartitionsreatePartition Extend = true Order = 1 Type = Primary This item creates a single primary disk to install Windows. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationiskodify PartitionsodifyPartition Active = true Format = NTFS Label = Windows Letter = C Order = 1 PartitionID = 1 This item modifies that partition to create the C: drive as the first NTFS drive and partition. amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesImageSelectionnstallTo DiskID = 0 PartitionID = 1 This item installs Windows to the disk and volume created in the rows above. amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesImageSelectionnstallImage Filename ImageGroup ImageName See the note below for information about the settings for this question.
LAB 5:  AUTOMATING WINPE
Unattend-ing WDS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Step 6:  Automating Set Up Windows ,[object Object],[object Object],[object Object],[object Object],[object Object],Now, for the second half!
More Questions! More Answers! Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-Shell-Setup_{version}_neutral (Pass 4) ComputerName = %MACHINENAME% TimeZone Setting ComputerName to %MACHINENAME% will pass through the name you set in WDSs Name and Approve.  Set TimeZone to your correct time zone, such as Mountain Standard Time. amd64_Microsoft-Windows-International-Core_{version}_neutral (Pass 7) InputLocale = en-us SystemLocale = en-us UILanguage = en-us UserLocale = en-us This item configures the Windows language to US English. amd64_Microsoft-Windows-Shell-Setup_{version}_neutraloobe (Pass 4) HideEULAPage = true HideWirelessSetupIn OOBE = true NetworkLocation = work ProtectYourPC = 1 Hides the EULA and wireless setup screens, sets the network location to work, and enables Automatic Updates. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccount (Pass 7) DisplayName = LocalAdmin Group = Administrators Name = LocalAdmin This item adds a local administrator account named LocalAdmin. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccountassword (Pass 7) Value = {Password} This item configures the password for the administrator account created above.
More Questions! More Answers! Visit  technet.microsoft.com/en-us/library/cc749073(WS.10).aspx  for a list of applicable time zone strings. Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-Shell-Setup_{version}_neutral (Pass 4) ComputerName = %MACHINENAME% TimeZone Setting ComputerName to %MACHINENAME% will pass through the name you set in WDSs Name and Approve.  Set TimeZone to your correct time zone, such as Mountain Standard Time. amd64_Microsoft-Windows-International-Core_{version}_neutral (Pass 7) InputLocale = en-us SystemLocale = en-us UILanguage = en-us UserLocale = en-us This item configures the Windows language to US English. amd64_Microsoft-Windows-Shell-Setup_{version}_neutraloobe (Pass 4) HideEULAPage = true HideWirelessSetupIn OOBE = true NetworkLocation = work ProtectYourPC = 1 Hides the EULA and wireless setup screens, sets the network location to work, and enables Automatic Updates. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccount (Pass 7) DisplayName = LocalAdmin Group = Administrators Name = LocalAdmin This item adds a local administrator account named LocalAdmin. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccountassword (Pass 7) Value = {Password} This item configures the password for the administrator account created above.
Further Unattend-ing WDS ,[object Object],[object Object],[object Object],[object Object]
Step 7:  Creating a Thick Image ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Step 7:  Creating a Thick Image ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
LAB 6:  CREATING A CAPTURE IMAGE
Step 7:  Capturing an Image ,[object Object]
Step 7:  Capturing an Image ,[object Object]
Step 7:  Capturing an Image ,[object Object]
Step 7:  Capturing an Image ,[object Object]
Step 7:  Capturing an Image ,[object Object],[object Object],[object Object],[object Object],[object Object]
LAB 7:  CAPTURING A CUSTOM IMAGE
Steps 8 thru 11+, Coming Up:  Things Get  Awesome-r ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Windows 7 Deployment Deep Dive WDS Deployment Tricks You Didn’t Know… Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com

Mais conteúdo relacionado

Mais procurados

Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - Babeli
Lianna Babeli
 

Mais procurados (20)

2 v mware
2 v mware2 v mware
2 v mware
 
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
 
Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp Optimization
 
Microsoft - Windows 7
Microsoft - Windows 7Microsoft - Windows 7
Microsoft - Windows 7
 
Win7guide
Win7guideWin7guide
Win7guide
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - Babeli
 
Care & Feeding Of Your Computer
Care & Feeding Of Your ComputerCare & Feeding Of Your Computer
Care & Feeding Of Your Computer
 
Optimize and speed up windows 7
Optimize and speed up windows 7Optimize and speed up windows 7
Optimize and speed up windows 7
 
Vista Report Card
Vista Report CardVista Report Card
Vista Report Card
 
Windows Vista- a Report Card
Windows Vista- a Report CardWindows Vista- a Report Card
Windows Vista- a Report Card
 
Windows 7 & 8 installation, features and differences pptx
Windows 7 & 8 installation, features and differences pptxWindows 7 & 8 installation, features and differences pptx
Windows 7 & 8 installation, features and differences pptx
 
Component-Based Entity Systems (Demo)
Component-Based Entity Systems (Demo)Component-Based Entity Systems (Demo)
Component-Based Entity Systems (Demo)
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-tools
 
De-Bugging and Tuning Up Your PC
De-Bugging and Tuning Up Your PCDe-Bugging and Tuning Up Your PC
De-Bugging and Tuning Up Your PC
 
New features of windows 7
New features of windows 7New features of windows 7
New features of windows 7
 
Windows 7 Optimized Desktop
Windows 7 Optimized DesktopWindows 7 Optimized Desktop
Windows 7 Optimized Desktop
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federp
 
Remove Windows Component Protector Automatically From Your PC
Remove   Windows Component Protector  Automatically From Your PCRemove   Windows Component Protector  Automatically From Your PC
Remove Windows Component Protector Automatically From Your PC
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Continuous Integration with Hackintosh
Continuous Integration with HackintoshContinuous Integration with Hackintosh
Continuous Integration with Hackintosh
 

Semelhante a TechMentor Fall, 2011 - WDS Tricks You Didn't Know

System Imager.20051215
System Imager.20051215System Imager.20051215
System Imager.20051215
guest95b42b
 
Windows 7 at Lodge Park Technology College
Windows 7 at Lodge Park Technology CollegeWindows 7 at Lodge Park Technology College
Windows 7 at Lodge Park Technology College
Mike Herrity
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
Stephen Rose
 
Virtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And ProfitVirtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And Profit
matthew.maisel
 
Dreamweaver cs5.5 read me
Dreamweaver cs5.5 read meDreamweaver cs5.5 read me
Dreamweaver cs5.5 read me
josephegojocruz
 
the app code 2.0
the app code 2.0the app code 2.0
the app code 2.0
pumpscale73
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
Concentrated Technology
 

Semelhante a TechMentor Fall, 2011 - WDS Tricks You Didn't Know (20)

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...
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And Methodologies
 
System Imager.20051215
System Imager.20051215System Imager.20051215
System Imager.20051215
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit
 
Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumps
 
Windows 7 at Lodge Park Technology College
Windows 7 at Lodge Park Technology CollegeWindows 7 at Lodge Park Technology College
Windows 7 at Lodge Park Technology College
 
HoloLens Unity Build Pipelines on Azure DevOps
HoloLens Unity Build Pipelines on Azure DevOpsHoloLens Unity Build Pipelines on Azure DevOps
HoloLens Unity Build Pipelines on Azure DevOps
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
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 ...
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment Enhancements
 
It’s a WIN, WIN: ‘WordPress On Windows’
It’s a WIN, WIN: ‘WordPress On Windows’It’s a WIN, WIN: ‘WordPress On Windows’
It’s a WIN, WIN: ‘WordPress On Windows’
 
Virtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And ProfitVirtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And Profit
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
 
Ideal Deployment In .NET World
Ideal Deployment In .NET WorldIdeal Deployment In .NET World
Ideal Deployment In .NET World
 
Dreamweaver cs5.5 read me
Dreamweaver cs5.5 read meDreamweaver cs5.5 read me
Dreamweaver cs5.5 read me
 
the app code 2.0
the app code 2.0the app code 2.0
the app code 2.0
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-tools
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 

Mais de Concentrated Technology

Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0
Concentrated Technology
 
Securely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rdsSecurely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rds
Concentrated Technology
 
PowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint adminsPowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint admins
Concentrated Technology
 

Mais de Concentrated Technology (20)

Wsus sample scripts
Wsus sample scriptsWsus sample scripts
Wsus sample scripts
 
Wsus best practices
Wsus best practicesWsus best practices
Wsus best practices
 
Virtualization today
Virtualization todayVirtualization today
Virtualization today
 
Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0
 
Vdi in-a-box
Vdi in-a-boxVdi in-a-box
Vdi in-a-box
 
From VB Script to PowerShell
From VB Script to PowerShellFrom VB Script to PowerShell
From VB Script to PowerShell
 
Top ESXi command line v2.0
Top ESXi command line v2.0Top ESXi command line v2.0
Top ESXi command line v2.0
 
Supporting SQLserver
Supporting SQLserverSupporting SQLserver
Supporting SQLserver
 
Server Core2
Server Core2Server Core2
Server Core2
 
Securely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rdsSecurely connecting to apps over the internet using rds
Securely connecting to apps over the internet using rds
 
Rapidly deploying software
Rapidly deploying softwareRapidly deploying software
Rapidly deploying software
 
PS scripting and modularization
PS scripting and modularizationPS scripting and modularization
PS scripting and modularization
 
PS error handling and debugging
PS error handling and debuggingPS error handling and debugging
PS error handling and debugging
 
PowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint adminsPowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint admins
 
Prepping software for w7 deployment
Prepping software for w7 deploymentPrepping software for w7 deployment
Prepping software for w7 deployment
 
PowerShell Remoting
PowerShell RemotingPowerShell Remoting
PowerShell Remoting
 
PowerShell crashcourse for sharepoint
PowerShell crashcourse for sharepointPowerShell crashcourse for sharepoint
PowerShell crashcourse for sharepoint
 
PowerShell crashcourse
PowerShell crashcoursePowerShell crashcourse
PowerShell crashcourse
 
PowerShell 8tips
PowerShell 8tipsPowerShell 8tips
PowerShell 8tips
 
PowerShell custom properties
PowerShell custom propertiesPowerShell custom properties
PowerShell custom properties
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 

TechMentor Fall, 2011 - WDS Tricks You Didn't Know

  • 1. Windows 7 Deployment Deep Dive WDS Deployment Tricks You Didn’t Know… Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com
  • 2.
  • 3. Windows 7 Deployment Deep Dive Automatically Deploying W7 without the Alphabet Soup Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com
  • 4.
  • 5.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15. LAB 1: CONFIGURING WDS
  • 16.
  • 17.
  • 18.
  • 19. LAB 2: DEPLOYMENT!
  • 20.
  • 21.
  • 22.
  • 23. LAB 3: INJECTING DRIVERS
  • 24.
  • 25. LAB 4: INJECTING DRIVERS INTO BOOT IMAGES
  • 26.
  • 27.
  • 28. Step 5: Automating WinPE
  • 29. The Right Questions? The Right Answers? Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-International-Core-WinPE_{version}_neutral InputLocale = en-us SystemLocale = en-us UILanguage = en-us UILanguageFallback = en-us UserLocale = en-us This item configures the WinPE language to US English. amd64_Microsoft-Windows-International-Core-WinPE_{version}_neutralSetupUILanguage UILanguage = en-us   amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesLoginredentials Domain Username Password Enter here the domain, username, and password of the user that connects to your WDS share. This is the same user as in Chapter 1, Figure 1-10. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationisk DiskID = 0 This item begins working with the first disk in the computer. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationiskreate PartitionsreatePartition Extend = true Order = 1 Type = Primary This item creates a single primary disk to install Windows. amd64_Microsoft-Windows-Setup_{version}_neutralisk Configurationiskodify PartitionsodifyPartition Active = true Format = NTFS Label = Windows Letter = C Order = 1 PartitionID = 1 This item modifies that partition to create the C: drive as the first NTFS drive and partition. amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesImageSelectionnstallTo DiskID = 0 PartitionID = 1 This item installs Windows to the disk and volume created in the rows above. amd64_Microsoft-Windows-Setup_{version}_neutralWindowsDeploymentServicesImageSelectionnstallImage Filename ImageGroup ImageName See the note below for information about the settings for this question.
  • 30. LAB 5: AUTOMATING WINPE
  • 31.
  • 32.
  • 33. More Questions! More Answers! Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-Shell-Setup_{version}_neutral (Pass 4) ComputerName = %MACHINENAME% TimeZone Setting ComputerName to %MACHINENAME% will pass through the name you set in WDSs Name and Approve. Set TimeZone to your correct time zone, such as Mountain Standard Time. amd64_Microsoft-Windows-International-Core_{version}_neutral (Pass 7) InputLocale = en-us SystemLocale = en-us UILanguage = en-us UserLocale = en-us This item configures the Windows language to US English. amd64_Microsoft-Windows-Shell-Setup_{version}_neutraloobe (Pass 4) HideEULAPage = true HideWirelessSetupIn OOBE = true NetworkLocation = work ProtectYourPC = 1 Hides the EULA and wireless setup screens, sets the network location to work, and enables Automatic Updates. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccount (Pass 7) DisplayName = LocalAdmin Group = Administrators Name = LocalAdmin This item adds a local administrator account named LocalAdmin. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccountassword (Pass 7) Value = {Password} This item configures the password for the administrator account created above.
  • 34. More Questions! More Answers! Visit technet.microsoft.com/en-us/library/cc749073(WS.10).aspx for a list of applicable time zone strings. Windows Image Pane (Question) Upper-Right Pane (Answer) Explanation amd64_Microsoft-Windows-Shell-Setup_{version}_neutral (Pass 4) ComputerName = %MACHINENAME% TimeZone Setting ComputerName to %MACHINENAME% will pass through the name you set in WDSs Name and Approve. Set TimeZone to your correct time zone, such as Mountain Standard Time. amd64_Microsoft-Windows-International-Core_{version}_neutral (Pass 7) InputLocale = en-us SystemLocale = en-us UILanguage = en-us UserLocale = en-us This item configures the Windows language to US English. amd64_Microsoft-Windows-Shell-Setup_{version}_neutraloobe (Pass 4) HideEULAPage = true HideWirelessSetupIn OOBE = true NetworkLocation = work ProtectYourPC = 1 Hides the EULA and wireless setup screens, sets the network location to work, and enables Automatic Updates. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccount (Pass 7) DisplayName = LocalAdmin Group = Administrators Name = LocalAdmin This item adds a local administrator account named LocalAdmin. amd64_Microsoft-Windows-Shell-Setup_{version}_neutralUserAccountsocalAccountsLocalAccountassword (Pass 7) Value = {Password} This item configures the password for the administrator account created above.
  • 35.
  • 36.
  • 37.
  • 38. LAB 6: CREATING A CAPTURE IMAGE
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44. LAB 7: CAPTURING A CUSTOM IMAGE
  • 45.
  • 46. Windows 7 Deployment Deep Dive WDS Deployment Tricks You Didn’t Know… Greg Shields, MVP, vExpert Concentrated Technology www.ConcentratedTech.com

Notas do Editor

  1. TechMentor Las Vegas 2011
  2. TechMentor Las Vegas 2011
  3. TechMentor Las Vegas 2011