# 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 IT Systems Administrator Guide

Summary

IT administrator guide for Dell Latitude ON Flash remote management, released October 2009. Covers XML configuration file creation for remote policy deployment, including mandatory password change enforcement and configuration setting management. Details the process of preparing self-extracting software distribution packages for remote Latitude ON Flash client upgrades on Dell Latitude and Precision laptops.

📄 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 IT Systems Administrator Guide

Page 1 Dell™ Latitude ON™ Flash 遠端管理 IT 系統管理員導覽 總覽 寫入 XML 組態檔 準備軟體分派的自我解壓縮檔 (SFX) 遠端升級用戶端的 Latitude ON Flash 參考資料 A Latitude ON Flash 的 XML 結構描述 注意 Latitude ON 和 Precision ON 可以根據系統而交換使用。在這個文件中 我們使用 Latitude...
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 ver...
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 組態檔,因此您必須使用 Win RAR 或 Win Zip 軟體個別封裝 BTFremote.exe、XML 組態檔和 XML 結構描述...
Page 7 遠端升級用戶端的 Latitude ON Flash 系統管理員能夠不讓使用者察覺,即可遠端更新選取的用戶端或所有用戶端的 Latitude ON Flash 到最新版本。可以使用 Microsoft® SMS (Systems Management Server) 軟體傳遞服務進行更新。您必須設定執行無訊息升級。 升級時,系統管理員可以選擇: 保留所有使用者目前的特定設定 保留所有基本帳戶但是重...
Page 8 參考資料 A Latitude ON Flash 的 XML 結構描述 提供以下參考資料。 DVM Remote Command XSD 檔案 (DVMRemote CMD.xsd) <?xml version="1.0" encoding="utf-8" ?> <xs:schema element Form Default="q...
Page 9 20091002en

Manual Details

Brand Dell
Pages 9
File Size 312.67 KB
Published July 02, 2026
3 views

Enter the captcha to get the download link:

captcha

Frequently Asked Questions

如何強制使用者每隔固定間隔變更密碼?

使用 `<configPassword>` 元素,並指定目標天數到 `interval` 屬性中,例如:`<configPassword interval="10"/>`。

我該如何設定電腦使用電池電源時的關機時間和背光亮度?

在 `<configPower>` 中使用 `<battery>` 標籤,分別設定 `backlight`(背光)和 `poweroff`(關機分鐘數)。

是否可以在一個 XML 文件中同時執行多個遠端管理指令,例如重設使用者密碼和刪除帳戶?

可以。您可以在一個 XML 檔案中使用 `<cmd>` 元素鏈接不同的指令,實現多種命令的批次處理。