|
Data.Connect.xData
|
|
| 1. | Create an [xData] section with data to replace or add, with one "search for" column that contains already existing data (or at least parts of existing data) and one or more columns with new data
|
| 2. | Extract data from the user directory with Data.Get.ND, Data.Get.AD or Data.Get.LD.Find to the [Data] section
|
| 3. | Use Data.Connect.xData to search a column in the [Data] section for rows that matches the "search for" column in [xData] and write row numbers of the matching rows in [Data]
|
| 4. | In the rest of the script; access the "connected" data in the [xData] section with xDataValue and the row number from [Data].
|
| [Data] section column where row numbers of matching [Data] rows is to be written
|
| Criteria that must be met on each row in order to connect data
|
| Format: colX=sectionnameY | colX<>sectionnameY
|
| Where X is a column in the [Data] section, "sectionname" refers to a valid [xData] section, and Y is a column in that section.
|
| It is possible to use '*' and '?' wildcards before and after the "sectionnameY" part, '*' = any number of characters including none, '?' = any single character.
|
| · | Find and replace multiple Linux user attribute values at once
|
| · | Find and replace multiple NetWare user attribute values at once
|
| · | Find and replace multiple Windows user attribute values at once
|