# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Dell Latitude ON Flash Remote Management Guide for IT Administrators

Summary

This is the Dell Latitude ON Flash Remote Management IT Administrator Guide. The manual provides instructions for remotely managing Latitude ON Flash instant-on environment through XML configuration files, including pushing updates, enforcing password policies, and configuring system settings via software distribution packages. It is intended for IT administrators managing Dell Latitude and Precision laptop deployments who need to centrally control and configure the instant-on computing environment.

📄 Preview 📖 Table of Contents Contents PAGE OF 9

Page 1 Text Content

Dell™ Latitude ON™ Flash 远程管理 IT 管理员指南 概述 写入 XML 配置文件 准备软件分派自解压 (SFX) 文件 Latitude ON Flash 客户端远程更新 参考 A Latitude ON Flash XML 架构

注意 Latitude ON 和 Precision ON 依赖于系统交换使用。在此文件里 我们使用术语 Latitude ON 同时引用 Latitude ON 和 Precision ON 功能。

Information in this document is subject to change without notice. © 2009 Dell Inc. All rights reserved. Printed in the U.S.A.

Trademarks used in this text: Dell, the DELL logo, Dell Precision, and Latitude ON are trademarks of Dell Inc.; Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

Splashtop and the Splashtop logo are registered trademarks of Device VM, Inc., in the U.S. and elsewhere.

Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products. Dell Inc. disclaims any proprietary interest in trademarks and trade names other than its own.

For additional regulatory information, see the Regulatory Compliance Homepage on www.dell.com at the following location: www.dell.com/regulatory_compliance.

For a list of included third-party software, please view the Credits file at http://www.splashtop.com/dellcommercial/cm/credits.html.

Initial release: October 2009

Page Summary Contents For Dell Latitude ON Flash Remote Management Guide for IT Administrators

Page 1 Dell™ Latitude ON™ Flash 远程管理 IT 管理员指南 概述 写入 XML 配置文件 准备软件分派自解压 (SFX) 文件 Latitude ON Flash 客户端远程更新 参考 A Latitude ON Flash XML 架构 注意 Latitude ON 和 Precision ON 依赖于系统交换使用。在此文件里 我们使用术语 Latitude ON 同时引用 L...
Page 2 概述 此文档提供有关下列 Latitude ON Flash 远程管理功能的信息。 把 Latitude ON Flash 更新推送给用户 强制密码周期性更新 选择所需的配置设置 远程配置您 Latitude ON Flash 设置的常规过程如下所示。 20091002en
Page 3 写入 XML 配置文件 Latitude ON Flash 允许您使用 XML 远程配置设置。此文档的这部分提供一些关于远程配置的 XML 代码的示例。 注意: 开始配置 Latitude ON Flash 前,您必须使用文本编辑器写入 XML 命令。 Change All User Password.xml 远程设置分派后,下列代码允许您确保所有用户第一次登录时更改密码。 <?xml ve...
Page 4 </cmd> </cmdstore> 在上面的示例里, <single User action="delete User" user="User"></single User> 行会删除 User 帐户。要删除另一个用户帐户, 用要删除的用户帐户替代 User 。 Config Battery.xml 下列代码...
Page 5 <?xml version=”1.0” encoding=”utf-8”?> <cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:no Namespace Schema Location=" DVMRemote Cmd.xsd"> <cmd&gt...
Page 6 准备软件分派自解压 (SFX) 文件 由于 Microsoft® Systems Management Server (SMS) 或 Microsoft® System Center Configuration Manager (SCCM) 无法分派 XML 配置文件,您必须把单独的 BTFremote.exe、XML 配置文件和 XML Schema 文件压缩打包,例如使用 Win RAR 或 ...
Page 7 Latitude ON Flash 客户端远程更新 系统管理员可以把选择的用户客户端或所有用户客户端远程地和透明地更新为新版本的 Latitude ON Flash。使用 Microsoft® SMS (Systems Management Server) 软件发送服务可以完成。您必须设置更新是在无提示下运行。 更新时,管理员可以选择: 保留所有用户特定的当前设置。 保留所有基本帐户但是重设用户设...
Page 8 参考 A Latitude ON Flash XML 架构 下列仅供参考。 DVM 远程命令 XSD 文件 (DVMRemote CMD.xsd) <?xml version="1.0" encoding="utf-8" ?> <xs:schema element Form Default="qualified" xml...
Page 9 20091002en

Manual Details

Brand Dell
Pages 9
File Size 289.74 KB
Published June 24, 2026
4 views

Enter the captcha to get the download link:

captcha

Frequently Asked Questions

How do I reset a specific user account to default?

Use the ResetUser.xml file with the <singleUser action='resetUser' user='Name'> tag, replacing 'Name' with the target user.

How can I configure power settings via XML?

Use the ConfigBattery.xml file to set backlight and power-off times for both battery and AC power modes.

What is the XML schema structure for commands?

The schema defines cmdType with choices like singleUser, allUser, and configPower, wrapped in a cmdstore element.

How do I ensure users change their password on first login?

Use the ChangeAllUserPassword.xml file with the <allUser action='changeUser'> tag.