If I get more time I’ll show an example, but really if you download the Command Line Administration pdf from here, it gives some description and examples. I know it’s not the best, but it’s a start.
Basically, you create a header line that specifies the ascii characters for a couple different delimiters, then you can put the data in any order you like as long as your headerline field descriptions are in the same order as your data. I’m talking about the dsimportexport import file that you need to build. If you want to use headings in your excel spreadsheet, then simply ignore them in your script or use the dsimportexport field names for headings (i.e. dsAttrTypeStandard:RecordName, dsAttrTypeStandard:HomeDirectory, etc..)
Comments are closed