Term
| What is the basic CSVDE syntax |
|
Definition
| csvde -f (which will export all the objects in the domain) |
|
|
Term
|
Definition
| RootDN-the defualt is to export out the domain-this specifies the DN where the export will begin |
|
|
Term
|
Definition
| SearchScope-values are "base"(search this container only),"onelevel"(search this container and one level below),"subtree"(search this container and all sub-containers below this one |
|
|
Term
|
Definition
| Filter(dont worry about this one) |
|
|
Term
|
Definition
| ListOfAttributes-specifies the attributes to be exported separated by commas |
|
|
Term
|
Definition
| Import(default is to export) |
|
|
Term
|
Definition
| Continue regardless of errors |
|
|
Term
| What is the main TWO drawbacks to CSVDE |
|
Definition
| It cannot import passwords or modify existing users. The imported user account will be disabled |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Specifies the server to bind to for the query |
|
|
Term
|
Definition
| FromDN ToDN(for domain to domain) import/exports |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Specify with the for the log file |
|
|
Term
|
Definition
| Root of the LDAP search(default is like CSVDE the root) |
|
|
Term
|
Definition
| Filter(Default is ObjectClass=*) |
|
|
Term
|
Definition
| SearchScope=base,onelevel,subtree(like CSVDE) |
|
|
Term
|
Definition
| List of Attributes(INCLUDED in the results) |
|
|
Term
|
Definition
| List of Attributes(OMITTED FROM RESULTS) |
|
|
Term
|
Definition
| Continue in spite of errors |
|
|
Term
|
Definition
| -Import User.csv | forEach {NewUser...} |
|
|