How can I image a computer with UEMS Agent on it?
Description
This document will guide you to image a computer with UEMS Agent on it. There are few pre-requisites which are described below.
Note: Refer this document to know how to image a Linux computer with UEMS agent on it.
Cause
The UEMS Agent has a unique ID which represents the machine with its name and system details. If more than one UEMS Agent is identified with the same ID, the details listed in the Console will be overwritten. This would end up listing details of only one computer though there are several computers with the same ID. So in order to avoid this issue, follow the steps mentioned below to image a computer with Agent on it.
Steps
- Install the UEMS Agent in the computer which is to be used for imaging.
- Download this script and store it in the system that is supposed to be imaged.
(running this script will block the UEMS Agent communicating the Central Server)
- Rename the .txt file as .vbs file
- Open the command prompt as administrator and navigate to the folder where the above script is stored.
- Execute the script as: cscript.exe dcagentPreImage.vbs
(example : E:\Downloads>cscript.exe dcagentPreImage.vbs)
- Now your computer is ready to be imaged with UEMS Agent, for deployment. The UEMS Agent in the newly imaged computers will contact the Central Server only if they are renamed.
- If you want to manage the imaged computer, download this script and run the same as administrator on the imaged computer after being used for deployment (rename the .txt file as .vbs file).
- This would restore the UEMS Agent communication with the Central Server.