SlideShare a Scribd company logo
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

More Related Content

Similar to K2000 Scripted Installations

K2000 Mac Imaging
K2000 Mac ImagingK2000 Mac Imaging
K2000 Mac Imaging
Dell World
 
Scripting
ScriptingScripting
Scripting
Dell World
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 Workflow
Dell World
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
Sharkrit JOBBO
 
PowerShellForDBDevelopers
PowerShellForDBDevelopersPowerShellForDBDevelopers
PowerShellForDBDevelopers
Bryan Cafferky
 
Deep Dive into the AOSP
Deep Dive into the AOSPDeep Dive into the AOSP
Deep Dive into the AOSP
Dr. Ketan Parmar
 
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
Dell World
 
Mac Application Packaging
Mac Application PackagingMac Application Packaging
Mac Application Packaging
Dell World
 
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
insydesoftware
 
DevOps for database
DevOps for databaseDevOps for database
DevOps for database
Osama Mustafa
 
Inventory Tips & Tricks
Inventory Tips & TricksInventory Tips & Tricks
Inventory Tips & Tricks
Dell World
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
Julian Dunn
 
Nano Server (ATD 11)
Nano Server (ATD 11)Nano Server (ATD 11)
Nano Server (ATD 11)
Tomica Kaniski
 
Troubleshooting K2000
Troubleshooting K2000Troubleshooting K2000
Troubleshooting K2000
Dell World
 
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
Kellyn Pot'Vin-Gorman
 
K2000 Recovery Console Tips and Tricks
K2000 Recovery Console Tips and TricksK2000 Recovery Console Tips and Tricks
K2000 Recovery Console Tips and Tricks
Dell World
 
Managing Remote Teams
Managing Remote TeamsManaging Remote Teams
Managing Remote Teams
Dell World
 
Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)
Dell World
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 Configuration
Ken Hutchins
 
Windows_Installation.pptx
Windows_Installation.pptxWindows_Installation.pptx
Windows_Installation.pptx
LearyJohn
 

Similar to K2000 Scripted Installations (20)

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
 
Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 Configuration
 
Windows_Installation.pptx
Windows_Installation.pptxWindows_Installation.pptx
Windows_Installation.pptx
 

More from Dell World

Dell Data Center Networking Overview
Dell Data Center Networking OverviewDell Data Center Networking Overview
Dell Data Center Networking Overview
Dell World
 
Dell Storage Management
Dell Storage ManagementDell Storage Management
Dell Storage Management
Dell World
 
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
Dell World
 
2020 Vision For Your Network
2020 Vision For Your Network2020 Vision For Your Network
2020 Vision For Your Network
Dell World
 
Dell Cloud Manager Overview
Dell Cloud Manager OverviewDell Cloud Manager Overview
Dell Cloud Manager Overview
Dell World
 
Dell PowerEdge Zero Touch Provisioning
Dell PowerEdge Zero Touch ProvisioningDell PowerEdge Zero Touch Provisioning
Dell PowerEdge Zero Touch Provisioning
Dell World
 
Simplifying Systems Management
Simplifying Systems ManagementSimplifying Systems Management
Simplifying Systems Management
Dell World
 
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
Dell World
 
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
Dell World
 
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)
Dell World
 
Focus on business, not backups
Focus on business, not backupsFocus on business, not backups
Focus on business, not backups
Dell World
 
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
Dell World
 
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
Dell World
 
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...
Dell World
 
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
Dell World
 
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
Dell World
 
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?
Dell World
 
Cloud security: Accelerating cloud adoption
Cloud security: Accelerating cloud adoption Cloud security: Accelerating cloud adoption
Cloud security: Accelerating cloud adoption
Dell World
 
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
Dell World
 
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...
Dell World
 

More from 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...
 

Recently uploaded

socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
SOCRadar
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
GohKiangHock
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
Rakesh Kumar R
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
zOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL DifferenceszOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL Differences
YousufSait3
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
Yara Milbes
 
Lecture 2 - software testing SE 412.pptx
Lecture 2 - software testing SE 412.pptxLecture 2 - software testing SE 412.pptx
Lecture 2 - software testing SE 412.pptx
TaghreedAltamimi
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
ssuserad3af4
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
dakas1
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
Rakesh Kumar R
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
Alberto Brandolini
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
Peter Muessig
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
Rakesh Kumar R
 

Recently uploaded (20)

socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
zOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL DifferenceszOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL Differences
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
 
Lecture 2 - software testing SE 412.pptx
Lecture 2 - software testing SE 412.pptxLecture 2 - software testing SE 412.pptx
Lecture 2 - software testing SE 412.pptx
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
316895207-SAP-Oil-and-Gas-Downstream-Training.pptx
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
 

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

Editor's Notes

  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