Servers
This section of the agtcsv.cfg file defines the mappings for the server file.
Column Type | Description |
---|---|
CSVServerID | Column in the CSV file that represents the unique identifier for this server. |
CSVServerName | Column in the CSV file that represents the name of the server. This is normally the human understandable name when the unique identifier is an internal id reference (e.g. GUID). If this is not specified, then the CSVServerID will be used instead. |
CSVServerStatus | Column in the CSV file that represents if the computer object is enabled or not. This is a pseudo attribute that can be leveraged in import rules to determine if this computer should be managed. This mapping is optional. |
CSVServerDeleted | Column in the CSV file that represents if the computer object has been flagged for deletion. This is a pseudo attribute that can be leveraged to move computers into a historical/archival policy. This mapping is optional. |
CSVAttribute | The columns in the CSV file that represent attributes of the computer. Currently only single-valued attributes are supported.This mapping is optional. |
CSVIgnore | Columns in the CSV file that we should have the connector ignore. |