SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Dell World User Forum
UFIL509: K2000 Scripted Installations
Jeff Plaza, Senior Trainer
Olivier Herve, Senior Trainer
Dell World
User Forum
Dell World User Forum
Agenda
• Introduction and Preparation
• Creating Scripted Installs (SI)
• Deploying Scripted Installs (SI)
• Beyond Basics
Dell World User Forum
Introduction
Dell World User Forum
Introduction to Scripted Installs
• OS deployment via Windows source media
• Hardware Agnostic
• Utilizes Driver Share and Driver Feed
• Utilizes application library
• Unattended Installation
• No Sysprep using installation answer file
Dell World User Forum
Preparation
• Media Manager uploads Source Media
• Name Descriptively (be specific)
• Follow a naming convention (i.e. OS name, Architecture, Updates, Build)
• Mount ISOs before uploading
Dell World User Forum
Exercise: Source
Media Upload
Dell World User Forum
Types of Media
• Full Packaged Product (FPP)
– Retail Purchase
– Limited License Rights
– Full or Upgrade
• Original Equipment Manufacturer (OEM)
– Pre-installed
– OEM Support
– Downgrade Rights
• Volume Licensing (VL)
– Multiple Agreement Types
– Multiple License Rights
8 ServicesRoom for textDell - Internal Use - Confidential
Volume Activation Models
Key Management Service (KMS)
Activate within your network
Default Volume Activation
• Reimaging
• Downgrade
• Transfer
Multiple Activation Key (MAK)
Activate Online
Volume Activation Management Tool (VAMT)
Active Directory Based
Activate when joining domain
Dell World User Forum
WinPE
• Windows PE 3 (AIK)
– Recommended for Windows 7 and below deployments
– Included in WAIK
• Windows PE 4 (ADK 8.0)
– not useful since users are on Windows 7 or 8.1
• Windows PE 5 (ADK 8.1)
– Recommended for Windows 8 and above deployments
– Included in WADK
• Driver Packs
– KACE Driver Packs are PE build specific
Dell World User Forum
Drivers Share
• Located at KBOXIPdriversKBE_Windows_x86
– Holds KBE Drivers
– Network and Storage drivers ONLY
– RAW files only – no .zip or .exe packages
– Adding drivers requires re-cache
• Located at KBOXIPdriversWINDOWS_OS
– Network and Storage drivers ONLY
– RAW files only – no .zip or .exe packages
– Adding drivers requires re-cache
– Slipstreamed into installation
– Using drivers_postinstall preferred
Dell World User Forum
Driver Feed
• Best method to inject drivers into Scripted Installations
• Located at KBOXIPdrivers_postinstall
• Library-> Driver Feed tab to enable and check for available feeds
• Provides plug and play drivers for certain Dell models
• Automatically leveraged by Scripted Installations
• Custom feeds can be created for models not found in Driver Feed tab
Dell World User Forum
Setup.exe
All OS’s
Copy_drivers.vbs
All OS’s
PC uses on-board UNDI NIC driver
WinPe uses Nic drivers Windows
7/8 from the imported
KBE_Windows_86/64 folder
New Windows uses NIC
drivers added through
setup.exe, mid-level-task or
install driver PO task for XP
- Install XP Drivers **
Run_dpinst.vbs
- Install Agent
- Software installation
- Partitioning
- Formating
Drivers Timeline
Dell World User Forum
Creating Scripted
Installations
Dell World User Forum
Scripted Install Creation
Scripted Installations Types
– Form Wizard (ease of use)
– Upload Answer File (automated)
– No Answer File (manual)
Form Wizard
› Most Commonly used with SI
› Unattended file makes the process automated
› Very Customizable
Dell World User Forum
Exercise: Create a
Scripted Installation
Dell World User Forum
Scripted Installation Detail
• Customize Unattend with Wizard
• Cannot change uploaded Source Media
• Can change Installation Tasks
• Can duplicate build
Dell World User Forum
Deploying Scripted
Installations
Dell World User Forum
Updating Scripted Installations
• Official Source Media does not include all OS patches
• 3rd Party Tools to install patches - WSUSOffline
• Tasks to download and install patches
Patch 1
Patch 2
Patch 3
Dell World User Forum
Exercise: Slipstream
Patches
Dell World User Forum
Deployment
• KACE Boot Environment (KBE) Architecture must match OS Architecture
• Deploy without an answer file for interactive or manual builds
• Use Wizard for zero touch deployments
• Always leverage Boot Actions
Dell World User Forum
Exercise: Deploy a
Scripted Installation
Dell World User Forum
Task Engine
• Provides real time communication during
deployments
• See exactly what is happening with each system
during any deployment
• Optional Cancel Task button
– Set on deployment detail page
• Handles complex deployment tasks, with multiple
reboots, more elegantly
Dell World User Forum
User State Profiles
• Systems can be deployed with captured User States
• Integrates with KBE for Offline Scan
• Scheduled using Boot Actions
Dell World User Forum
Task Error Handling
• User Interface (UI) to troubleshoot errors
– Command Prompt
– Notepad editor
– Edit Tasks.xml
– Registry editor
– Retry/Resume
• Default Task Error Prompt
• Ability to allow tasks to continue even if there is a
non-fatal error
– Set on deployment detail page
• Error Logging
– 0 = Success
– Any other code = Failure
Dell World User Forum
Exercise:
Troubleshoot Tasks
Dell World User Forum
Beyond the Basics
Dell World User Forum
Enable Administrator Account
• Customize Unattend in Setup Configuration
• Click Show to access
• Find </RunSynchronousCommand> and add
Dell World User Forum
Encrypting Administrator Password
• Passwords in Scripted Installations are Plain Text
• Use Windows System Image Manager to encrypt
• Overwrite contents and paste in new information
Unattend
File
Dell World User Forum
Exercise: Encrypt
Admin Password
Dell World User Forum
Naming – WSName
• Built-in Naming Rules
• Changes computer name based on uploaded TXT file
• MAC=NAME
• Can be customized
• Runs as Postinstall task
• Requires Reboot
• Requires additional PO task to join domain
MAC Address
and Name
Dell World User Forum
Naming – Get/Set computer name
• Used to capture or create computer name
• Saves a file to petemp (MAC=NAME)
• Runs as Mid-Level Postinstall task
• Changes computer name prior to first boot
• Can be customized using variables
• Able to read a file or KACE DB to set name
• No restarts just first boot
• Requires additional PO task to join domain
Dell World User Forum
Get/Set Computer name w/ Variables
• Pre-installation Task "Get Computer Name x86“ – Run in KBE
• Post installation Task“ Set Computer Name x86 – Run in KBE prior to first boot (mid –level
PO Task)
• Command line examples: setcomputername.exe /log /name:<desired text/variables>
• setcomputername.exe /name:$OS$Arch-$Serial will set the computer name to W7X64-
1234567
Variables
$Serial - The serial number of the client machine $Asset - The asset tag of the client machine
$Make - The manufacturer of the client machine or
motherboard
$OS - The OS version of the client machine
(W7,WXP,W2K8,etc)
$Model - The model of the client machine or
motherboard
$Arch - The OS architecture of the client machine
$Chassis - The chassis type of the client machine $Mac - The MAC address of the active NIC
Dell World User Forum
Exercise: System
Name
Dell World User Forum
Troubleshooting
• Windows Setup cannot install critical boot drivers
– If you receive this message during a scripted installation of Windows 7 it means that there is a driver in the
driver share that is conflicting with a driver from the Windows 7 media.
– Knowledge Article 113951
• If Scripted Installation fails after beginning deployment
– Check Source Media – Did you upload ISO file?
Dell World User Forum
Thank you.
Dell World User Forum
KACE Support Portal Migrating to Dell Software Support Portal
• Starting in November, all KACE
Support Portal material will be
migrated to the Dell Software Support
Portal
• All service requests will be submitted
online or by phone
• Same great content
– Knowledge base articles
– Video tutorials
– Product documentation
– JumpStart training
• Check out the Support Portal Getting
Started videos

Weitere ähnliche Inhalte

Was ist angesagt?

Avarias de computadores
Avarias de computadoresAvarias de computadores
Avarias de computadores
André Dias
 
Como Instalar o windows 7
Como Instalar o windows 7Como Instalar o windows 7
Como Instalar o windows 7
fmpr123
 
Avarias Mais Comuns de um computador
Avarias Mais Comuns de um computador Avarias Mais Comuns de um computador
Avarias Mais Comuns de um computador
Baguiasri
 

Was ist angesagt? (12)

Marco Cavallini @ LinuxLab 2018 : Workshop Yocto Project, an automatic genera...
Marco Cavallini @ LinuxLab 2018 : Workshop Yocto Project, an automatic genera...Marco Cavallini @ LinuxLab 2018 : Workshop Yocto Project, an automatic genera...
Marco Cavallini @ LinuxLab 2018 : Workshop Yocto Project, an automatic genera...
 
Android Booting Sequence
Android Booting SequenceAndroid Booting Sequence
Android Booting Sequence
 
Avarias & Resoluções
Avarias & ResoluçõesAvarias & Resoluções
Avarias & Resoluções
 
Android bootup process
Android bootup processAndroid bootup process
Android bootup process
 
Avarias de computadores
Avarias de computadoresAvarias de computadores
Avarias de computadores
 
2nd lesson installing operating system
2nd lesson installing operating system2nd lesson installing operating system
2nd lesson installing operating system
 
Como Instalar o windows 7
Como Instalar o windows 7Como Instalar o windows 7
Como Instalar o windows 7
 
Processes
ProcessesProcesses
Processes
 
How to install windows 7
How to install windows 7How to install windows 7
How to install windows 7
 
Avarias Mais Comuns de um computador
Avarias Mais Comuns de um computador Avarias Mais Comuns de um computador
Avarias Mais Comuns de um computador
 
Ict 9 module 4, lesson 1.2 types of computer system errors
Ict 9 module 4, lesson 1.2 types of computer system errorsIct 9 module 4, lesson 1.2 types of computer system errors
Ict 9 module 4, lesson 1.2 types of computer system errors
 
Understanding The Boot Process
Understanding The Boot ProcessUnderstanding The Boot Process
Understanding The Boot Process
 

Ähnlich wie K2000 Scripted Installations

PowerShellForDBDevelopers
PowerShellForDBDevelopersPowerShellForDBDevelopers
PowerShellForDBDevelopers
Bryan Cafferky
 

Ähnlich wie K2000 Scripted Installations (20)

Software Distribution
Software DistributionSoftware Distribution
Software Distribution
 
Software Packaging/Scripting
Software Packaging/ScriptingSoftware Packaging/Scripting
Software Packaging/Scripting
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced Topics
 
K2000 Mac Imaging
K2000 Mac ImagingK2000 Mac Imaging
K2000 Mac Imaging
 
Scripting
ScriptingScripting
Scripting
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 Workflow
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
 
PowerShellForDBDevelopers
PowerShellForDBDevelopersPowerShellForDBDevelopers
PowerShellForDBDevelopers
 
Deep Dive into the AOSP
Deep Dive into the AOSPDeep Dive into the AOSP
Deep Dive into the AOSP
 
K2000 Keeping Your Deployments Up-to-Date
K2000 Keeping Your Deployments Up-to-DateK2000 Keeping Your Deployments Up-to-Date
K2000 Keeping Your Deployments Up-to-Date
 
Mac Application Packaging
Mac Application PackagingMac Application Packaging
Mac Application Packaging
 
Implementing a UEFI BIOS into an Embedded System
Implementing a UEFI BIOS into an Embedded SystemImplementing a UEFI BIOS into an Embedded System
Implementing a UEFI BIOS into an Embedded System
 
DevOps for database
DevOps for databaseDevOps for database
DevOps for database
 
Inventory Tips & Tricks
Inventory Tips & TricksInventory Tips & Tricks
Inventory Tips & Tricks
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
 
Nano Server (ATD 11)
Nano Server (ATD 11)Nano Server (ATD 11)
Nano Server (ATD 11)
 
Troubleshooting K2000
Troubleshooting K2000Troubleshooting K2000
Troubleshooting K2000
 
24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs
 
K2000 Recovery Console Tips and Tricks
K2000 Recovery Console Tips and TricksK2000 Recovery Console Tips and Tricks
K2000 Recovery Console Tips and Tricks
 
Managing Remote Teams
Managing Remote TeamsManaging Remote Teams
Managing Remote Teams
 

Mehr von Dell World

Mehr von Dell World (20)

Dell Data Center Networking Overview
Dell Data Center Networking OverviewDell Data Center Networking Overview
Dell Data Center Networking Overview
 
Dell Storage Management
Dell Storage ManagementDell Storage Management
Dell Storage Management
 
Dell Networking Wired, Wireless and Security Solutions Lab
Dell Networking Wired, Wireless and Security Solutions LabDell Networking Wired, Wireless and Security Solutions Lab
Dell Networking Wired, Wireless and Security Solutions Lab
 
2020 Vision For Your Network
2020 Vision For Your Network2020 Vision For Your Network
2020 Vision For Your Network
 
Dell Cloud Manager Overview
Dell Cloud Manager OverviewDell Cloud Manager Overview
Dell Cloud Manager Overview
 
Dell PowerEdge Zero Touch Provisioning
Dell PowerEdge Zero Touch ProvisioningDell PowerEdge Zero Touch Provisioning
Dell PowerEdge Zero Touch Provisioning
 
Simplifying Systems Management
Simplifying Systems ManagementSimplifying Systems Management
Simplifying Systems Management
 
Channel Partners: Lead with Dell Software Solutions
Channel Partners: Lead with Dell Software SolutionsChannel Partners: Lead with Dell Software Solutions
Channel Partners: Lead with Dell Software Solutions
 
Innovating Teaching & Learning: Next Generation Student Access Model
Innovating Teaching & Learning: Next Generation Student Access ModelInnovating Teaching & Learning: Next Generation Student Access Model
Innovating Teaching & Learning: Next Generation Student Access Model
 
Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)
 
Focus on business, not backups
Focus on business, not backupsFocus on business, not backups
Focus on business, not backups
 
NVMe PCIe and TLC V-NAND It’s about Time
NVMe PCIe and TLC V-NAND It’s about TimeNVMe PCIe and TLC V-NAND It’s about Time
NVMe PCIe and TLC V-NAND It’s about Time
 
Key Security Insights: Examining 2014 to predict emerging threats
Key Security Insights: Examining 2014 to predict emerging threats Key Security Insights: Examining 2014 to predict emerging threats
Key Security Insights: Examining 2014 to predict emerging threats
 
The Keys To A Successful Identity And Access Management Program: How Does You...
The Keys To A Successful Identity And Access Management Program: How Does You...The Keys To A Successful Identity And Access Management Program: How Does You...
The Keys To A Successful Identity And Access Management Program: How Does You...
 
Client Security Strategies To Defeat Advanced Threats
Client Security Strategies To Defeat Advanced ThreatsClient Security Strategies To Defeat Advanced Threats
Client Security Strategies To Defeat Advanced Threats
 
What a data-centric strategy gives you that others do not
What a data-centric strategy gives you that others do notWhat a data-centric strategy gives you that others do not
What a data-centric strategy gives you that others do not
 
Cloud: To Build or Buy - Can You Justify On-Premises IT?
Cloud: To Build or Buy - Can You Justify On-Premises IT?Cloud: To Build or Buy - Can You Justify On-Premises IT?
Cloud: To Build or Buy - Can You Justify On-Premises IT?
 
Cloud security: Accelerating cloud adoption
Cloud security: Accelerating cloud adoption Cloud security: Accelerating cloud adoption
Cloud security: Accelerating cloud adoption
 
Detecting advanced and evasive threats on the network
Detecting advanced and evasive threats on the networkDetecting advanced and evasive threats on the network
Detecting advanced and evasive threats on the network
 
So You Need To Build A Private Cloud. What Now? Best Practices For Building Y...
So You Need To Build A Private Cloud. What Now? Best Practices For Building Y...So You Need To Build A Private Cloud. What Now? Best Practices For Building Y...
So You Need To Build A Private Cloud. What Now? Best Practices For Building Y...
 

Kürzlich hochgeladen

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Kürzlich hochgeladen (20)

Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 

K2000 Scripted Installations

  • 1. Dell World User Forum UFIL509: K2000 Scripted Installations Jeff Plaza, Senior Trainer Olivier Herve, Senior Trainer Dell World User Forum
  • 2. Dell World User Forum Agenda • Introduction and Preparation • Creating Scripted Installs (SI) • Deploying Scripted Installs (SI) • Beyond Basics
  • 3. Dell World User Forum Introduction
  • 4. Dell World User Forum Introduction to Scripted Installs • OS deployment via Windows source media • Hardware Agnostic • Utilizes Driver Share and Driver Feed • Utilizes application library • Unattended Installation • No Sysprep using installation answer file
  • 5. Dell World User Forum Preparation • Media Manager uploads Source Media • Name Descriptively (be specific) • Follow a naming convention (i.e. OS name, Architecture, Updates, Build) • Mount ISOs before uploading
  • 6. Dell World User Forum Exercise: Source Media Upload
  • 7. Dell World User Forum Types of Media • Full Packaged Product (FPP) – Retail Purchase – Limited License Rights – Full or Upgrade • Original Equipment Manufacturer (OEM) – Pre-installed – OEM Support – Downgrade Rights • Volume Licensing (VL) – Multiple Agreement Types – Multiple License Rights
  • 8. 8 ServicesRoom for textDell - Internal Use - Confidential Volume Activation Models Key Management Service (KMS) Activate within your network Default Volume Activation • Reimaging • Downgrade • Transfer Multiple Activation Key (MAK) Activate Online Volume Activation Management Tool (VAMT) Active Directory Based Activate when joining domain
  • 9. Dell World User Forum WinPE • Windows PE 3 (AIK) – Recommended for Windows 7 and below deployments – Included in WAIK • Windows PE 4 (ADK 8.0) – not useful since users are on Windows 7 or 8.1 • Windows PE 5 (ADK 8.1) – Recommended for Windows 8 and above deployments – Included in WADK • Driver Packs – KACE Driver Packs are PE build specific
  • 10. Dell World User Forum Drivers Share • Located at KBOXIPdriversKBE_Windows_x86 – Holds KBE Drivers – Network and Storage drivers ONLY – RAW files only – no .zip or .exe packages – Adding drivers requires re-cache • Located at KBOXIPdriversWINDOWS_OS – Network and Storage drivers ONLY – RAW files only – no .zip or .exe packages – Adding drivers requires re-cache – Slipstreamed into installation – Using drivers_postinstall preferred
  • 11. Dell World User Forum Driver Feed • Best method to inject drivers into Scripted Installations • Located at KBOXIPdrivers_postinstall • Library-> Driver Feed tab to enable and check for available feeds • Provides plug and play drivers for certain Dell models • Automatically leveraged by Scripted Installations • Custom feeds can be created for models not found in Driver Feed tab
  • 12. Dell World User Forum Setup.exe All OS’s Copy_drivers.vbs All OS’s PC uses on-board UNDI NIC driver WinPe uses Nic drivers Windows 7/8 from the imported KBE_Windows_86/64 folder New Windows uses NIC drivers added through setup.exe, mid-level-task or install driver PO task for XP - Install XP Drivers ** Run_dpinst.vbs - Install Agent - Software installation - Partitioning - Formating Drivers Timeline
  • 13. Dell World User Forum Creating Scripted Installations
  • 14. Dell World User Forum Scripted Install Creation Scripted Installations Types – Form Wizard (ease of use) – Upload Answer File (automated) – No Answer File (manual) Form Wizard › Most Commonly used with SI › Unattended file makes the process automated › Very Customizable
  • 15. Dell World User Forum Exercise: Create a Scripted Installation
  • 16. Dell World User Forum Scripted Installation Detail • Customize Unattend with Wizard • Cannot change uploaded Source Media • Can change Installation Tasks • Can duplicate build
  • 17. Dell World User Forum Deploying Scripted Installations
  • 18. Dell World User Forum Updating Scripted Installations • Official Source Media does not include all OS patches • 3rd Party Tools to install patches - WSUSOffline • Tasks to download and install patches Patch 1 Patch 2 Patch 3
  • 19. Dell World User Forum Exercise: Slipstream Patches
  • 20. Dell World User Forum Deployment • KACE Boot Environment (KBE) Architecture must match OS Architecture • Deploy without an answer file for interactive or manual builds • Use Wizard for zero touch deployments • Always leverage Boot Actions
  • 21. Dell World User Forum Exercise: Deploy a Scripted Installation
  • 22. Dell World User Forum Task Engine • Provides real time communication during deployments • See exactly what is happening with each system during any deployment • Optional Cancel Task button – Set on deployment detail page • Handles complex deployment tasks, with multiple reboots, more elegantly
  • 23. Dell World User Forum User State Profiles • Systems can be deployed with captured User States • Integrates with KBE for Offline Scan • Scheduled using Boot Actions
  • 24. Dell World User Forum Task Error Handling • User Interface (UI) to troubleshoot errors – Command Prompt – Notepad editor – Edit Tasks.xml – Registry editor – Retry/Resume • Default Task Error Prompt • Ability to allow tasks to continue even if there is a non-fatal error – Set on deployment detail page • Error Logging – 0 = Success – Any other code = Failure
  • 25. Dell World User Forum Exercise: Troubleshoot Tasks
  • 26. Dell World User Forum Beyond the Basics
  • 27. Dell World User Forum Enable Administrator Account • Customize Unattend in Setup Configuration • Click Show to access • Find </RunSynchronousCommand> and add
  • 28. Dell World User Forum Encrypting Administrator Password • Passwords in Scripted Installations are Plain Text • Use Windows System Image Manager to encrypt • Overwrite contents and paste in new information Unattend File
  • 29. Dell World User Forum Exercise: Encrypt Admin Password
  • 30. Dell World User Forum Naming – WSName • Built-in Naming Rules • Changes computer name based on uploaded TXT file • MAC=NAME • Can be customized • Runs as Postinstall task • Requires Reboot • Requires additional PO task to join domain MAC Address and Name
  • 31. Dell World User Forum Naming – Get/Set computer name • Used to capture or create computer name • Saves a file to petemp (MAC=NAME) • Runs as Mid-Level Postinstall task • Changes computer name prior to first boot • Can be customized using variables • Able to read a file or KACE DB to set name • No restarts just first boot • Requires additional PO task to join domain
  • 32. Dell World User Forum Get/Set Computer name w/ Variables • Pre-installation Task "Get Computer Name x86“ – Run in KBE • Post installation Task“ Set Computer Name x86 – Run in KBE prior to first boot (mid –level PO Task) • Command line examples: setcomputername.exe /log /name:<desired text/variables> • setcomputername.exe /name:$OS$Arch-$Serial will set the computer name to W7X64- 1234567 Variables $Serial - The serial number of the client machine $Asset - The asset tag of the client machine $Make - The manufacturer of the client machine or motherboard $OS - The OS version of the client machine (W7,WXP,W2K8,etc) $Model - The model of the client machine or motherboard $Arch - The OS architecture of the client machine $Chassis - The chassis type of the client machine $Mac - The MAC address of the active NIC
  • 33. Dell World User Forum Exercise: System Name
  • 34. Dell World User Forum Troubleshooting • Windows Setup cannot install critical boot drivers – If you receive this message during a scripted installation of Windows 7 it means that there is a driver in the driver share that is conflicting with a driver from the Windows 7 media. – Knowledge Article 113951 • If Scripted Installation fails after beginning deployment – Check Source Media – Did you upload ISO file?
  • 35. Dell World User Forum Thank you.
  • 36. Dell World User Forum KACE Support Portal Migrating to Dell Software Support Portal • Starting in November, all KACE Support Portal material will be migrated to the Dell Software Support Portal • All service requests will be submitted online or by phone • Same great content – Knowledge base articles – Video tutorials – Product documentation – JumpStart training • Check out the Support Portal Getting Started videos

Hinweis der Redaktion

  1. Differences in licensing types: http://blogs.technet.com/b/uktechnet/archive/2013/05/14/what-s-the-difference-between-oem-retail-and-volume-licenses.aspx
  2. Driver Feed The “Driver Feed” tab however, is different from the “Drivers” tab in two main ways. First, upon downloading a feed for a specific Dell model and operating system the contents are stored in one of the other three visible samba shares, “Drivers_Postinstall”. The second main difference is how and when they are used by a deployment. The “Drivers” share can only used by boot environments and “Scripted Installations” whereas “Driver Feeds” can be used by any of the three Windows deployment options. The reason this is possible is because unlike the “Drivers” which are added to the uploaded source media as if it was part of the original source, “Driver Feeds” are added to the deployment on the fly using DISM.
  3. IMAGE PLACEHOLDER. GET NEW IMAGE FROM 3.7.
  4. IMAGE PLACEHOLDER. GET NEW IMAGE FROM 3.7.
  5. If Kent’s tool is complete by DWUF, replace 2nd bullet with newer information about new tool.
  6. Portal: http://www.software.dell.com/support Ticket Entry: https://support.software.dell.com/create-service-request Videos: https://support.software.dell.com/essentials/getting-started