SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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"Lagendary Sheeva
 
Windows Xp Optimization
Windows Xp OptimizationWindows Xp Optimization
Windows Xp OptimizationShan Sachwani
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - BabeliLianna Babeli
 
Care & Feeding Of Your Computer
Care & Feeding Of Your ComputerCare & Feeding Of Your Computer
Care & Feeding Of Your ComputerDon Hazelwood
 
Optimize and speed up windows 7
Optimize and speed up windows 7Optimize and speed up windows 7
Optimize and speed up windows 7Power Admin LLC
 
Vista Report Card
Vista Report CardVista Report Card
Vista Report CardJoel May
 
Windows Vista- a Report Card
Windows Vista- a Report CardWindows Vista- a Report Card
Windows Vista- a Report Cardschroedinger
 
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 pptxOsama Yousaf
 
Component-Based Entity Systems (Demo)
Component-Based Entity Systems (Demo)Component-Based Entity Systems (Demo)
Component-Based Entity Systems (Demo)Nick Pruehs
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsRoel van Bueren
 
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 PCJimWhite
 
New features of windows 7
New features of windows 7New features of windows 7
New features of windows 7Colleen Kelly
 
Windows 7 Optimized Desktop
Windows 7 Optimized DesktopWindows 7 Optimized Desktop
Windows 7 Optimized DesktopKeith Combs
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federpfederpmatc
 
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 PCcostamary
 
Continuous Integration with Hackintosh
Continuous Integration with HackintoshContinuous Integration with Hackintosh
Continuous Integration with HackintoshDavid Ventura, M.E.T.
 

Was ist angesagt? (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
 

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

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
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesAidan Finn
 
System Imager.20051215
System Imager.20051215System Imager.20051215
System Imager.20051215guest95b42b
 
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 Roel van Bueren
 
Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpslilylucy
 
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 CollegeMike Herrity
 
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 DevOpsSarah Sexton
 
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
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalStephen Rose
 
Windows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsWindows 7 Deployment Enhancements
Windows 7 Deployment EnhancementsMicrosoft TechNet
 
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’Brendan Sera-Shriar
 
Virtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And ProfitVirtualizing Testbeds For Fun And Profit
Virtualizing Testbeds For Fun And Profitmatthew.maisel
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OSJulian Dunn
 
Ideal Deployment In .NET World
Ideal Deployment In .NET WorldIdeal Deployment In .NET World
Ideal Deployment In .NET WorldDima Pasko
 
Dreamweaver cs5.5 read me
Dreamweaver cs5.5 read meDreamweaver cs5.5 read me
Dreamweaver cs5.5 read mejosephegojocruz
 
the app code 2.0
the app code 2.0the app code 2.0
the app code 2.0pumpscale73
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-toolsNgi-NGN Online
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administrationConcentrated Technology
 

Ähnlich wie 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
 

Mehr von Concentrated Technology

Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Virtualization auditing & security deck v1.0
Virtualization auditing & security deck v1.0Concentrated 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 rdsConcentrated Technology
 
PowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint adminsPowerShell crashcourse for Sharepoint admins
PowerShell crashcourse for Sharepoint adminsConcentrated Technology
 

Mehr von 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
 

Kürzlich hochgeladen

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
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
 
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
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
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
 
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
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 

Kürzlich hochgeladen (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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
 
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 ...
 
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
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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...
 
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
 
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
 
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...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 

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

Hinweis der Redaktion

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