This section describes the CSV file of reference file specified in Systemwalker Desktop Patrol composition information import command (DTKIMPDP.EXE).
When specifying this reference file, refer to the contents of "1.10 DTKIMPDP.EXE (Import Systemwalker Desktop Patrol Configuration Information)".
File name
Arbitrary (*.*).
When creating a file, the user can specify any file name.
Usage
This file will be used when executing Systemwalker Desktop Patrol configuration information import command and specifying /F option.
According to this file, compare the computer name and user name and distribute CTs and users to each group.
Saving location
It can be saved in any location of local drive.
File format
This is the CSV file with the following format:
Character code: Shift JIS or UTF-8 (encoding format specified in the server setting tool)
Item quotation: " " " (halfwidth double quotation)
Item separation: "," (halfwidth comma)
Item length: variable-length
Line feed code: CRLF (0x0d+0x0a)
Note) That is: the end of file shall be line break.
The item name and description of the input CSV file are described as follows:
No. | Item Name | Description |
---|---|---|
1 | Computer Name (Required) | Set "Computer Name" of CT information displayed in the Management Console. |
2 | User Name (Required) | Set " User Name (Account) " to logon target computer. In addition, after logging on this reference file, it will be displayed as "User Name" when user policy is displayed in the Management Console. |
An example to create CSV file is shown as follows:
"PC0001","USER0001" "PC0002","USER0002"