|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources. |
LDIFDE - ModifyIntroduction to LDIFDE ModifyOne of the main uses of LDIFDE is to modify existing Active Directory objects. In fact Modify, is the key advantage of LDIFDE compared with CSVDE. Topics
♦ LDIFDE Modify a User's AttributesModify a User's attributesStage 1: Obtain the dn (distinguished name) If in doubt, then use ADSI Edit from the support tools. The dn: consists of a cn (common name), then the OU or Users container, and finally the domain name. The domain name may, or may not have an extension such as .com. Stage 2: Open Notepad and create the ldifde code: Example: dn:
CN=Ron,OU=Students,DC=cp,DC=mosel - Save the file for example, ron.ldf Stage 3: At the command prompt type, ldifde -i -f ron.ldf Learning Points for LDIFDE Modify.Note 1: Naturally navigate to the correct folder where you saved the ron.ldf file. Note 2: Remember the -i import and - f switches. Note 3: Pay special attention to the - (Dash) so many people overlook this important terminator. Note 4: Pay close attention to the keywords, changetype: modify. Next examine how replace: specifies the LDAP property, you could substitute Company, Department or even PhysicalDeliveryOfficeName, however you cannot just make up LDAP properties, you have know or research the precise spelling. See more here.
Guy Recommends: Solarwinds' Free Bulk Import Tool
|
||||
Custom Search
|
Guy Recommends: WMI Monitor and It's Free!
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |