This section describes the CSV file of reference file specified when selecting "Specify the computer responding to user name in the file" in Active Directory Linkage settings.
File name
Arbitrary (*.*).
When creating a file, the user can specify any file name.
Usage
This CSV file can be specified when selecting "Specify the computer responding to user name in the file" in the "View CT registered location" settings of "Active Directory Linkage" in "System Settings" window of the Server Settings Tool.
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 in the following mentioned 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. " *","?","<" ,">" ,",",";",":","\","/"," " " ,"|" The halfwidth space before or after data will be ignored, and do not include halfwidth space in data. |
2 | User Name (Required) | Set "User Name (Account)" to logon target computer. " *","?","<" ,">" ,",",";",":","\","/"," " " ,"|" The halfwidth space before or after data will be ignored, and do not include halfwidth space in data. |
3 | [Domain Name] | Enter the NetBIOS domain name of linkage domain with halfwidth alphanumeric numbers, hyphen "-" and period "." to be no greater than 155 characters. The halfwidth space before or after data will be ignored, and do not include halfwidth space in data. |
An example to create a CSV file is shown as follows:
"PC0001","USER0001","desktopkeeper.domain.com" "PC0002","USER0002","desktopkeeper.domain.com"