csv file of users fromn ou

  • Thread starter Thread starter Tony
  • Start date Start date
Hi Tony,

Exporting to CSv file
====================

The syntax is as follows: CSVDE -F users.csv -S bart -D
"OU=sample,DC=test,DC=com"

Importing Your CSV File
=======================
Importing the CSV file that you created is much easier than exporting it.
That’s because you don’t have to specify a location within the Active
Directory because the location is already documented within the import
file. Instead, just use the -I switch to specify an import, the -F switch
to specify the file name, and the -S switch to specify the server. You can
see an example of the syntax below. If you receive errors, you can use the
-K switch to ignore the errors and process valid data. CSVDE -I -F
users.csv -S bart -K

Please do let me know whether the information given, does meet your
requirement.

Thanks,

(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi,
Thanks very much. So I have the file exported to a csv. Now I want to import
to my new AD domain and create all these users. Many attributes are not
needed. How to I ignore some of the fields for import?

Also since paswords are not migrated, What do I do to diable the account
after it has been created?


Thanks
 
Back
Top