Endpoint Info File Specifications Parent topic

The endpoint info file used during remote agent installation contains the IP address, user name, and password of a local account on each target endpoint with access to the default share admin$.
Tip
Tip
Trend Micro recommends using the local administrator account on each target endpoint for deployment.
The endpoint info file uses CSV format. The filename must be endpoint_info.csv.
Note
Note
To create the endpoint info CSV file, divide the records into fields for IP address, user name, and password. Use one line per record. Separate these fields using a comma. Use of spaces, quotation marks, or other delimiters is not supported.
For example:
Valid
IP,Username,Password
10.1.199.199,Administrator,password1
10.1.199.200,Administrator,password2
10.1.199.201,Administrator,password3
192.168.1.20,Daniel,his_pwd
192.168.1.21,Sophia,her_pwd
Not Valid
10.1.199.201,Administrator,password3,192.168.1.20,Daniel,his_pwd
"10.1.199.199","Administrator","password1"
"10.1.199.200""Administrator","password2"
"10.1.199.201","Administrator","password3"
"192.168.1.20","Daniel","his_pwd"
"192.168.1.21","Sophia","her_pwd"
Microsoft Excel will save a chart as a CSV using valid formatting.