Deploying Windows Embedded Security Patches using Wyse Device Manager or earlier versions. Deployment Guide

Size: px
Start display at page:

Download "Deploying Windows Embedded Security Patches using Wyse Device Manager or earlier versions. Deployment Guide"

Transcription

1 Deploying Windows Embedded Security Patches using Wyse Device Manager or earlier versions Deployment Guide

2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be trademarks of their respective owners Rev. A00

3 Contents 1 Introduction...4 Support matrix...4 Deployment overview Create an RSP package using Wyse Device Manager... 6 RSP script structure... 6 RSP script structure for Windows Embedded Standard RSP script structure for Windows Embedded Standard 7P...8 RSP script structure for Windows 10 IoT Enterprise LTSB build RSP script structure for Windows 10 IoT Enterprise LTSB build Register a package Deploy a package Contents 3

4 1 Introduction Dell has stopped releasing RSP-based security packages for thin clients running the following operating systems: Windows Embedded Standard 7 Windows Embedded Standard 7P Windows 10 IoT Enterprise LTSB version 1507 Windows 10 IoT Enterprise LTSB version 1607 You must directly download the security patches from support.dell.com. This guide provides information about creating and deploying an RSP package by using Wyse Device Manager (WDM) or earlier versions. Topics: Support matrix Deployment overview Support matrix Table 1. Supported platforms Operating system Windows Embedded Standard 7 Windows Embedded Standard 7P Windows 10 IoT Enterprise LTSB build 1507 Supported platforms Wyse 3030 thin client 3290 Wyse 7010 thin client Z90D7 Wyse 7010 Extended Chassis thin client Z90DE7 Wyse 5010 thin client D90D7 Wyse 7020 thin client Z90Q7 Wyse 5020 thin client D90Q7 Wyse 7020 thin client Z90Q7P Wyse 7020 accelerated graphics thin client Z90QQ7P Wyse 5020 thin client D90Q7P D90D7P Z90D7P Wyse 7040 thin client Wyse 5060 thin client Latitude 3460 mobile thin client Latitude E7270 mobile thin client Wyse 7020 thin client Z90Q10 Wyse 5020 thin client D90Q10 Wyse 7020 accelerated graphics thin client Z90QQ10 4 Introduction

5 Operating system Supported platforms Wyse 7040 thin client Windows 10 IoT Enterprise LTSB build 1607 Latitude 3480 mobile thin client Latitude 5280 mobile thin client Wyse 5060 thin client Table 2. Management server details Management server Version Supported database WDM or earlier versions Windows Server 2008 R2 Deployment overview The security patch deployment include the following tasks: 1 Create an RSP package. See, Create an RSP package using Wyse Device Manager. 2 Register the package. See, Register a package. 3 Deploy the package. See, Deploy a package. Introduction 5

6 Create an RSP package using Wyse Device Manager 2 1 Go to support.dell.com. 2 Expand Download Wyse Software and Drivers. 3 Click Wyse Support Download. 4 Download the latest WDM package for your respective operating systems which must be taken as a reference or template to create the RSP structure. 5 Extract the package to the default path <drive C>\WDM Packages. The extracted content from KBs are listed in <drive C>\WDM Packages. 6 Delete the Readme file. 7 Delete existing.msu file in the QFE folder, and place the new.msu file for creating the WDM Packaged.RSP format. 8 Rename the folder to KB<number>_<operatingsystem>. For example, KB _WES7. 9 Rename the folder structure as follows: Rename the main folder to KB<number>_<operatingsystem>. For example, C:\WDMPackages\KB _WES7. Rename the subfolder in the KB<number>_<operatingsystem> folder to KB<number>_<operatingsystem>. For example, <drive C>\WDMPackages\KB _WES7\KB _WES7. 10 Copy the downloaded.msu file to the QFE folder <drive C>\WDM Packages\KBname_WES7\KBname_WESP\QFE. NOTE: You must rename KB to include the KB number for creating an RSP package. 11 Rename the.rsp file available in the main folder (C:\WDM Packages\KBname_WES7) to KB<number>_<operatingsystem>. 12 Edit the.rsp script based on your operating system as described in RSP script structure. RSP script structure This chapter provides information on the RSP structure for different operating system, that is required to create a package. RSP script structure for Windows Embedded Standard 7 [Version] ;Modify the KB number in the below format to the KB name which you are trying to create Number=KB _WES7 ;Specify the description of KB Description= KB Description OS=WES7 Category=Other Packages [Script] 6 Create an RSP package using Wyse Device Manager

7 ; Revision: 1.0 ; DATE: Date of the release ; Prepared and Written by : Engineer name ; This package can be pushed only on Wyse WES7 SP1 builds. ; Check Operating System (CO), SP level, and confirm free space (CF) CO "WES7" CF "C" "672768" ; Lockout (LU) LU ; Copy over new files ; Execute the below commands XC "<regroot>\qfe\*" "C:\QFE\*" SF "<regroot>\qfe\lookforerrorlog.ps1" "C:\windows\Setup\LookForErrorLog.ps1" ; Update QFE and End Lockout EX "C:\QFE\SetExecPolicyPS.bat" "+" ;Delay the execution (LP) EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\DumpStartTime.ps1" "+" EX "wusa.exe C:\QFE\windows6.1-kb x86.msu /quiet /norestart" "+" ; In the above command, edit windows6.1-kb x86.msu with Microsoft KB name along with.msu extension Create an RSP package using Wyse Device Manager 7

8 EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\windows\Setup\LookForErrorLog.ps1 -KBNumber KB InstallerType MSU" "+" ; In the above command edit the KB number to the desired KB which will be created DF "C:\windows\Setup\LookForErrorLog.ps1" EX "C:\QFE\Success.bat" "+" ;End lock out (EL) EL RB ; Delete the update File (DT) LU DT "C:\QFE" DT "c:\windows\softwaredistribution\download" EL ;Reboot the thin client (RB) RB RSP script structure for Windows Embedded Standard 7P [Version] ;Modify the KB number in the below format to the KB name which you are trying to create Number=KB _WES7P ;Specify the description of KB Description= KB Description OS=WES7P Category=Other Packages 8 Create an RSP package using Wyse Device Manager

9 [Script] ;Revision: 1.0 ;DATE: Date of the release ;Prepared and Written by : Engineer Name ;This package can be pushed only on Wyse WES7P SP1 builds. ; Check Operating System (CO), SP level, and confirm free space (CF). CO "WES7P" CF "C" "161792" ; Lockout LU ; Copy over new files Execute the below commands XC "<regroot>\qfe\*" "C:\QFE\*" SF "<regroot>\qfe\lookforerrorlog.ps1" "C:\windows\Setup\LookForErrorLog.ps1" ; Update QFE and End Lockout EX "C:\QFE\SetExecPolicyPS.bat" "+" ;Delay the execution (LP) EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\DumpStartTime.ps1" "+" EX "wusa.exe C:\QFE\windows6.1-kb x64.msu /quiet /norestart" "+" ;In the above command Edit windows6.1-kb x86.msu with Microsoft KB name along with.msu extension Create an RSP package using Wyse Device Manager 9

10 EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\windows\Setup\LookForErrorLog.ps1 -KBNumber KB InstallerType MSU" "+" ; In the above command edit the KB number to the desired KB which will be created DF "C:\windows\Setup\LookForErrorLog.ps1" EX "C:\QFE\Success.bat" "+" ;End lock out (EL) EL RB ; Delete the update File LU DT "C:\QFE" DT "c:\windows\softwaredistribution\download" EL ;Reboot the thin client (RB) RB RSP script structure for Windows 10 IoT Enterprise LTSB build 1507 [Version] ;Modify the KB number to the desired KB which will be created Number=KBNumber ;Specify the description of KB Description=KB Description OS=WIE10 10 Create an RSP package using Wyse Device Manager

11 Category=Other Packages [Script] ;Revision:1.0 ;DATE: Date of the Package Created ;This package can be pushed only on Wyse WIE10 SP1 builds. ; Check Operating System (CO), SP level, and confirm free space (CF) CO "WIE10" CF "C" "64512" ; Lockout (LU) LU ; Copy over new files Execute the below commands XC "<regroot>\qfe\*" "C:\QFE\*" SF "<regroot>\qfe\lookforerrorlog.ps1" "C:\windows\Setup\LookForErrorLog.ps1" ; Update QFE & End Lockout EX "C:\QFE\SetExecPolicyPS.bat" "+" :Delay the execution (LP) EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\DumpStartTime.ps1" "+" EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\Execute.ps1" "+" Create an RSP package using Wyse Device Manager 11

12 EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\windows\Setup\LookForErrorLog.ps1 -KBNumber KB InstallerType MSU" "+" ;In the above line, edit the KB number. DF "C:\windows\Setup\LookForErrorLog.ps1" EX "C:\QFE\Success.bat" "+" ;End lock out (EL) EL RB ; Delete the update File LU DT "C:\QFE" DT "c:\windows\softwaredistribution\download" EL ;Reboot the thin client (RB) RB RSP script structure for Windows 10 IoT Enterprise LTSB build 1607 [Version] ;Modify the KB number in the below format to the KB name which you are trying to create Number=KBNumber_WIE10_1607 ;Specify the description of KB Description= KB Description OS=WIE10 12 Create an RSP package using Wyse Device Manager

13 Category=Other Packages [Script] ; Revision:1.0 ; DATE: Date of the release ;This package can be pushed only on Wyse WIE10 SP1 builds. ; Check Operating System (CO), SP level, and confirm free space (CF) CO "WIE10" CF "C" "4096" ; Lockout (LU) LU ; Copy over new files ;Execute the below commands XC "<regroot>\qfe\*" "C:\QFE\*" SF "<regroot>\qfe\lookforerrorlog.ps1" "C:\windows\Setup\LookForErrorLog.ps1" ; Update QFE and End Lockout EX "C:\QFE\SetExecPolicyPS.bat" "+" ; Delay the execution (LP) EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\DumpStartTime.ps1" "+" EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\QFE\Execute.ps1" "+" Create an RSP package using Wyse Device Manager 13

14 EX "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "C:\windows\Setup\LookForErrorLog.ps1 -KBNumber KB InstallerType MSU" "+" ; In the above command, edit windows6.1-kb x86.msu with Microsoft KB name along with.msu extension DF "C:\windows\Setup\LookForErrorLog.ps1" EX "C:\QFE\Success.bat" "+" ;End lock out (EL) EL RB ; Delete the updated file (DT) LU DT "C:\QFE" DT "c:\windows\softwaredistribution\download" EL ;Reboot the thin client (RB) RB 14 Create an RSP package using Wyse Device Manager

15 3 Register a package 1 Log in to the WDM console. 2 Go to Package Manager > Other Packages. 3 Right-click Other Packages, and click New > Package. The Package Wizard window is displayed. 4 Click the Register a package from Script file (.RSP ) radio button. 5 Click Next. 6 Browse the newly created RSP file, and click Open. 7 Click Next until the package registration success message is displayed. 8 Click Finish. Register a package 15

16 4 Deploy a package 1 Drag a registered package from Other Packages to Device Manager. The Device Manager window is displayed. 2 Select the devices that are registered in WDM for the respective operating system, and click Next. 3 Click Finish. 4 Go to Device Manager, right-click the devices which you want to update, and click Package Distribution Wizard. The Package Distribution Wizard window is displayed. 5 Select Other Packages, and click Next. 6 Select the QFE that must be deployed to the devices. 7 Click Next until the deployment success message is displayed. 8 Click Finish. 9 To verify the status of deployment, go to Update Manager > Schedule Packages. 16 Deploy a package

VMware Horizon Client v4.8 Release Notes

VMware Horizon Client v4.8 Release Notes 2018-07 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems, as applicable.

More information

Dell Wyse Windows 10 IoT Enterprise for Latitude 3480 mobile thin client. BIOS upgrade guide

Dell Wyse Windows 10 IoT Enterprise for Latitude 3480 mobile thin client. BIOS upgrade guide Dell Wyse Windows 10 IoT Enterprise for Latitude 3480 mobile thin client BIOS upgrade guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Dell Wyse Windows 10 IoT Enterprise for Latitude 5280 Mobile Thin Client. BIOS Upgrade Guide

Dell Wyse Windows 10 IoT Enterprise for Latitude 5280 Mobile Thin Client. BIOS Upgrade Guide Dell Wyse Windows 10 IoT Enterprise for Latitude 5280 Mobile Thin Client BIOS Upgrade Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

VMware Horizon Client v4.7 Release Notes

VMware Horizon Client v4.7 Release Notes 2018-02 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems as applicable.

More information

BIOS and BIOS Settings Update Procedure on WES7P for Dell Latitude 3460 Wyse TC and Dell Latitude E7270 Wyse TC

BIOS and BIOS Settings Update Procedure on WES7P for Dell Latitude 3460 Wyse TC and Dell Latitude E7270 Wyse TC BIOS and BIOS Settings Update Procedure on WES7P for Dell Latitude 3460 Wyse TC and Dell Latitude E7270 Wyse TC Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Contents. Upgrading LMS manually. Upgrading LMS manually... 1 Upgrading LMS using WDM... 2 Upgrading LMS using SCCM

Contents. Upgrading LMS manually. Upgrading LMS manually... 1 Upgrading LMS using WDM... 2 Upgrading LMS using SCCM 2017-02 License Migration Tool (LMT) to update the License Migration Subsystem (LMS) for Wyse 7040 thin clients with Dell Wyse (WIE10) image that supports Wyse 7040 Thin Client platform are WES7P to WIE10

More information

Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System

Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System 2018-02 Write Filter update for Windows 10 IoT Enterprise Threshold and Redstone Operating System Software releases are created to correct defects, make enhancements, or add new features. These releases

More information

BIOS Add-on Update for Dell Wyse Thin Clients

BIOS Add-on Update for Dell Wyse Thin Clients BIOS Add-on Update for Dell Wyse Thin Clients Release Notes Release Date: 2018-01 Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell

More information

Intel Bluetooth Pairing Vulnerability Fixes Add-on Release Notes

Intel Bluetooth Pairing Vulnerability Fixes Add-on Release Notes Rev. A00 2018-12 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems as

More information

OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1

OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1 Rev. A00 2018-11 OSComponentCleanup Add-on for Windows 10 IoT Enterprise Redstone 1 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on

More information

Dell Wyse TCX Suite 7.3. Installation Guide

Dell Wyse TCX Suite 7.3. Installation Guide Dell Wyse TCX Suite 7.3 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Dell Wyse TCX Suite. Version 7.2 Installation Guide

Dell Wyse TCX Suite. Version 7.2 Installation Guide Dell Wyse TCX Suite Version 7.2 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Wyse Management Suite. Version 1.1 Migration Guide

Dell Wyse Management Suite. Version 1.1 Migration Guide Dell Wyse Management Suite Version 1.1 Migration Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Wyse Device Manager (WDM) Version Release Notes

Dell Wyse Device Manager (WDM) Version Release Notes 2017-02 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems as applicable.

More information

Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager Administrator s Guide

Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager Administrator s Guide Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager 2016 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps

More information

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Dell Wyse Management Suite. Version 1.3 Migration Guide

Dell Wyse Management Suite. Version 1.3 Migration Guide Dell Wyse Management Suite Version 1.3 Migration Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Command Integration Suite for System Center

Dell Command Integration Suite for System Center Dell Command Integration Suite for System Center Version 5.0 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Active Directory Domain Add-on for Wyse 5070 Thin Client Version

Active Directory Domain Add-on for Wyse 5070 Thin Client Version Rev. A00 2018-09 Active Directory Domain Add-on for Wyse 5070 Thin Client Version 1.0.0.1 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested

More information

Citrix ICA Add-on for Wyse 3040 Thin Client and Wyse 5070 Thin Client with ThinLinux 2.0

Citrix ICA Add-on for Wyse 3040 Thin Client and Wyse 5070 Thin Client with ThinLinux 2.0 Rev. A00 2018-08 Citrix ICA 13.10 Add-on for Wyse 3040 Thin Client and Wyse 5070 Thin Client with ThinLinux 2.0 Software releases are created to correct defects, make enhancements, or add new features.

More information

Dell Wyse 5070 and 5070 Extended Thin Client. Accessories Setup Guide

Dell Wyse 5070 and 5070 Extended Thin Client. Accessories Setup Guide Dell Wyse 5070 and 5070 Extended Thin Client Accessories Setup Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Dell Canvas Layout. Version 1.0 User s Guide

Dell Canvas Layout. Version 1.0 User s Guide Dell Canvas Layout Version 1.0 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Dell Wyse Management Suite 1.2 Release Notes

Dell Wyse Management Suite 1.2 Release Notes Rev. A00 2018-06 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

Dell Wyse Management Suite 1.2 HF1 Release Notes

Dell Wyse Management Suite 1.2 HF1 Release Notes Rev. A00 2018-08 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

Dell Wyse Management Suite 1.3 Release Notes

Dell Wyse Management Suite 1.3 Release Notes Rev. A00 2018-10 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. Installation Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. Installation Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Package Manager. Package Manager Overview

Package Manager. Package Manager Overview Overview, page 1 Using the Package Wizard, page 4 Deploying an Image Using Merlin, page 11 Deploying a Package Using PAD, page 11 Viewing the Properties of a Registered Package, page 12 Viewing and Editing

More information

Dell SupportAssist for PCs and Tablets. Deployment Guide for Managing Business Systems

Dell SupportAssist for PCs and Tablets. Deployment Guide for Managing Business Systems Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Dell Wyse Device Manager Installation Guide

Dell Wyse Device Manager Installation Guide Dell Wyse Device Manager 5.7.2 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Installation and Deployment

Installation and Deployment Deployment and Installation Workflow, page 1 Install Cisco VXME Components Workflow, page 2 Set up the Hosted Virtual Desktops Workflow, page 3 Download the Cisco VXME Client Add-on, page 4 Download the

More information

Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems

Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Dell SupportAssist for PCs and Tablets Deployment Guide for Managing Business Systems Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Wyse Converter for PCs Release Notes

Wyse Converter for PCs Release Notes 2018-04 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems as applicable.

More information

Wyse Converter for PCs 1.1 Release Notes

Wyse Converter for PCs 1.1 Release Notes 2018-09 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems, as applicable.

More information

Dell EMC OpenManage Enterprise Tech Release. Support Matrix

Dell EMC OpenManage Enterprise Tech Release. Support Matrix Dell EMC OpenManage Enterprise Tech Release Support Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Wyse Management Suite. Version 1.0 Quick Start Guide

Dell Wyse Management Suite. Version 1.0 Quick Start Guide Dell Wyse Management Suite Version 1.0 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell PowerEdge VRTX Storage Subsystem Compatibility Matrix

Dell PowerEdge VRTX Storage Subsystem Compatibility Matrix Dell PowerEdge VRTX Storage Subsystem Compatibility Matrix Regulatory Model: E24S Regulatory Type: E24S001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

Dell Wyse Device Manager (WDM)

Dell Wyse Device Manager (WDM) Dell Wyse Device Manager (WDM) Version 5.5.1- Workgroup Edition Release Notes Contents Release Type and Definition... 3 Version... 3 Release Date... 3 Previous Version... 3 Importance... 3 Support Information...

More information

Dell Storage Center Update Utility Administrator s Guide

Dell Storage Center Update Utility Administrator s Guide Dell Storage Center Update Utility Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide Dell EMC Repository Manager Version 3.1 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell EMC Repository Manager Version 3.0. Troubleshooting Guide

Dell EMC Repository Manager Version 3.0. Troubleshooting Guide Dell EMC Repository Manager Version 3.0 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

Dell Command Warranty. User s Guide

Dell Command Warranty. User s Guide Dell Command Warranty User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

More information

Dell Storage Center OS Version 7 Software Update Guide

Dell Storage Center OS Version 7 Software Update Guide Dell Storage Center OS Version 7 Software Update Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

TechDirect User's Guide for ProDeploy Client Suite

TechDirect User's Guide for ProDeploy Client Suite TechDirect User's Guide for ProDeploy Client Suite Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide OpenManage Management Pack for vrealize Operations Manager Version 1.1 Installation Guide Notes, cautions, and warnings A NOTE indicates important information that helps you make better use of your product.

More information

Dell Server Deployment Pack Version 3.1 for Microsoft System Center Configuration Manager Installation Guide

Dell Server Deployment Pack Version 3.1 for Microsoft System Center Configuration Manager Installation Guide Dell Server Deployment Pack Version 3.1 for Microsoft System Center Configuration Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

Users Guide. Wyse USB Firmware Tool Issue: PN: Rev. N

Users Guide. Wyse USB Firmware Tool Issue: PN: Rev. N Users Guide Wyse USB Firmware Tool 1.19.0.4 Issue: 061713 PN: 883919-01 Rev. N Copyright Notices 2013, Wyse Technology LLC. All rights reserved. This manual and the software and firmware described in it

More information

Edge Device Manager Quick Start Guide. Version R15

Edge Device Manager Quick Start Guide. Version R15 Edge Device Manager Quick Start Guide Version R15 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell FluidFS Version 6.0. FS8600 Appliance. Firmware Update Guide

Dell FluidFS Version 6.0. FS8600 Appliance. Firmware Update Guide Dell FluidFS Version 6.0 FS8600 Appliance Firmware Update Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Command Update. Version 3.0 Release Notes

Dell Command Update. Version 3.0 Release Notes Dell Command Update Version 3.0 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Edge Device Manager R15 Release Notes

Edge Device Manager R15 Release Notes 2017-03 Software releases are created to add new features, make enhancements or correct defects. These releases are tested on all current, actively shipping platforms and operating systems as applicable.

More information

Dell EMC OpenManage Enterprise Version 3.0. Support Matrix

Dell EMC OpenManage Enterprise Version 3.0. Support Matrix Dell EMC OpenManage Enterprise Version 3.0 Support Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

OpenManage Integration for VMware vcenter Version 4.1. Compatibility Matrix

OpenManage Integration for VMware vcenter Version 4.1. Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.1 Compatibility Matrix tes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Dell EMC Repository Manager Version 3.1. Quick Start Guide

Dell EMC Repository Manager Version 3.1. Quick Start Guide Dell EMC Repository Manager Version 3.1 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell SupportAssist for Business Client Systems. Quick Setup Guide for Dell ImageAssist Users

Dell SupportAssist for Business Client Systems. Quick Setup Guide for Dell ImageAssist Users Dell SupportAssist for Business Client Systems Quick Setup Guide for Dell ImageAssist Users Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.2 Compatibility Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Microsoft Windows 10 IoT Enterprise for Dell Wyse Thin Clients. Administrator s Guide

Microsoft Windows 10 IoT Enterprise for Dell Wyse Thin Clients. Administrator s Guide Microsoft Windows 10 IoT Enterprise for Dell Wyse Thin Clients Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Wyse Converter for PCs. Version 2.0 Administrator s Guide

Wyse Converter for PCs. Version 2.0 Administrator s Guide Wyse Converter for PCs Version 2.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Client Management Pack Version 6.0 for Microsoft System Center Operations Manager User s Guide

Dell Client Management Pack Version 6.0 for Microsoft System Center Operations Manager User s Guide Dell Client Management Pack Version 6.0 for Microsoft System Center Operations Manager User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell PowerVault MD Storage Array Management Pack Suite Version 6.1 for Microsoft System Center Operations Manager User's Guide

Dell PowerVault MD Storage Array Management Pack Suite Version 6.1 for Microsoft System Center Operations Manager User's Guide Dell PowerVault MD Storage Array Management Pack Suite Version 6.1 for Microsoft System Center Operations Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Dell EMC Repository Manager Version 3.2. Quick Start Guide

Dell EMC Repository Manager Version 3.2. Quick Start Guide Dell EMC Repository Manager Version 3.2 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Migration from Dell Lifecycle Controller Integration Version 3.3 for Microsoft System Center Configuration Manager to OpenManage Integration Version

Migration from Dell Lifecycle Controller Integration Version 3.3 for Microsoft System Center Configuration Manager to OpenManage Integration Version Migration from Dell Lifecycle Controller Integration Version 3.3 for Microsoft System Center Configuration Manager to OpenManage Integration Version 7.0 for Microsoft System Center Notes, cautions, and

More information

Package Manager. Managing Cisco VXC Manager Packages CHAPTER

Package Manager. Managing Cisco VXC Manager Packages CHAPTER CHAPTER 3 This chapter describes how to perform routine Cisco VXC Manager package management tasks using the Administrator Console. It provides information on managing the Cisco VXC Manager packages (software,

More information

Lifecycle Controller Operating System Driver Pack Version Reference Guide

Lifecycle Controller Operating System Driver Pack Version Reference Guide Lifecycle Controller Operating System Driver Pack Version 17.02.02 Reference Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Dell Wyse Latitude 3480 Mobile Thin Client

Dell Wyse Latitude 3480 Mobile Thin Client Dell Wyse Latitude 3480 Mobile Thin Client User Guide Regulatory Model: P79G Regulatory Type: P79G001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

Wyse Converter for PCs. Version 1.0 Administrator s Guide

Wyse Converter for PCs. Version 1.0 Administrator s Guide Wyse Converter for PCs Version 1.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android)

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android) Dell EMC OpenManage Mobile Version 3.0 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Dell EMC Systems Management Tools And Documentation Installation Guide. Version 9.1

Dell EMC Systems Management Tools And Documentation Installation Guide. Version 9.1 Dell EMC Systems Management Tools And Documentation Installation Guide Version 9.1 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

ImageAssist Static. User's Guide for Single Platform

ImageAssist Static. User's Guide for Single Platform ImageAssist Static User's Guide for Single Platform Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

WINDOWS EMBEDDED. February Troubleshooting and Resolving Memory Issues. Copyright 2015 Dell Wyse

WINDOWS EMBEDDED. February Troubleshooting and Resolving Memory Issues. Copyright 2015 Dell Wyse WINDOWS EMBEDDED Troubleshooting and Resolving Memory Issues. February 2016 Copyright 2015 Dell Wyse Disclaimer THIS DOCUMENT IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

Dell PowerVault MD3460 Series Storage Arrays Deployment Guide

Dell PowerVault MD3460 Series Storage Arrays Deployment Guide Dell PowerVault MD3460 Series Storage Arrays Deployment Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

TechDirect User's Guide for ProSupport Plus Reporting

TechDirect User's Guide for ProSupport Plus Reporting TechDirect User's Guide for ProSupport Plus Reporting Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Wyse Device Manager. Version Administrator s Guide

Dell Wyse Device Manager. Version Administrator s Guide Dell Wyse Device Manager Version 5.7.2 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide

Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that

More information

Dell Wyse Management Suite. Version 1.3 Deployment Guide

Dell Wyse Management Suite. Version 1.3 Deployment Guide Dell Wyse Management Suite Version 1.3 Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

SupportAssist Agent Deployment Guide

SupportAssist Agent Deployment Guide SupportAssist Agent Deployment Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either potential

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

SanDisk DAS Cache Compatibility Matrix

SanDisk DAS Cache Compatibility Matrix SanDisk DAS Cache Compatibility Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

More information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15 Installation Instructions and Important Information Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Dell EMC OpenManage Deployment Toolkit Version 6.1. Installation Guide

Dell EMC OpenManage Deployment Toolkit Version 6.1. Installation Guide Dell EMC OpenManage Deployment Toolkit Version 6.1 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Dell EMC OpenManage HPE OMi Operations Connector Version 1.0. User's Guide

Dell EMC OpenManage HPE OMi Operations Connector Version 1.0. User's Guide Dell EMC OpenManage HPE OMi Operations Connector Version 1.0 User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

OpenManage Integration for VMware vcenter Version Compatibility Matrix

OpenManage Integration for VMware vcenter Version Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.0.1 Compatibility Matrix tes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

21 TB Data Warehouse Fast Track for Microsoft SQL Server 2014 Using the PowerEdge R730xd Server Deployment Guide

21 TB Data Warehouse Fast Track for Microsoft SQL Server 2014 Using the PowerEdge R730xd Server Deployment Guide 21 TB Data Warehouse Fast Track for Microsoft SQL Server 2014 Using the PowerEdge R730xd Server Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Dell SupportAssist for PCs. User s Guide

Dell SupportAssist for PCs. User s Guide Dell SupportAssist for PCs User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

More information

Dell EMC OpenManage Deployment Toolkit Version Installation Guide

Dell EMC OpenManage Deployment Toolkit Version Installation Guide Dell EMC OpenManage Deployment Toolkit Version 6.0.1 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

XPS 13 Re-imaging guide for Microsoft Windows

XPS 13 Re-imaging guide for Microsoft Windows XPS 13 Re-imaging guide for Microsoft Windows Computer Model: XPS 13-9370 Regulatory Model: P82G Regulatory Type: P82G001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that

More information

TechDirect User's Guide for ProSupport Plus Reporting

TechDirect User's Guide for ProSupport Plus Reporting TechDirect User's Guide for ProSupport Plus Reporting Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager. Installation Guide

Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager. Installation Guide Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

Microsoft Windows Server 2016 for Dell EMC PowerEdge Systems. Important Information Guide

Microsoft Windows Server 2016 for Dell EMC PowerEdge Systems. Important Information Guide Microsoft Windows Server 2016 for Dell EMC PowerEdge Systems Important Information Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Dell EMC Repository Manager 3.1 Release Notes

Dell EMC Repository Manager 3.1 Release Notes Rev. A01 2018-10 Release Type and Definition The Dell EMC Repository Manager (DRM) ensures that the Dell EMC systems are up-to-date with the latest BIOS, driver, firmware, and software. Version 3.1 Rev.A00

More information

Dell Wyse Management Suite. Version 1.1 Deployment Guide

Dell Wyse Management Suite. Version 1.1 Deployment Guide Dell Wyse Management Suite Version 1.1 Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide Dell Storage vsphere Web Client Plugin Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information