'pathname_and_filename' | Full path + filename (enclosed in single straight quotes) of the CSV file Windows Example: 'c:\config\MSExchangeAttributes.csv' Linux Example: '/config/MSExchangeAttributes.csv' |
'domain_name' | Name (enclosed in single straight quotes) of the Storage Viewer Domain in which the host groups and hosts reside; Example: 'DomainEMEA' |
exchange_org_column_num | Column number in the csv file where the MS Exchange Organization is listed; Example: 1 |
host_name_column_num | Column number in the csv file where the Host Name is listed; Example: 2 |
'log_path_name' | Full path (enclosed in single straight quotes) where the log file will be created/updated; verify that you have write access to this directory. Optional: If a log path and filename are not specified, log records are written to scon.log and scon.err. Example: 'c:\configs' |
'log_file_name' | Name of the log file enclosed in single straight quotes. Optional: If a log path and filename are not specified, entries are written to scon.log and scon.err. Example: 'MSExchangeAttributes.log' |
'check_valid_value' | 'Y' or 'N' enclosed in single straight quotes. Y - Checks if the attribute value exists. If the utility determines that the attribute value is not valid, it skips this row and does not assign the attribute value to the Exchange Organization. N - Updates without checking that the attribute value exists. This option is seldom chosen, but is available for certain customer environments where attributes may have been created without values (with scripts that bypass the user interface). |