Link to home
Start Free TrialLog in
Avatar of devdept
devdeptFlag for Saudi Arabia

asked on

Update user information in Active directory

Dear All,

I have more than 3000 users in the active directory. Those users are not having the correct information. I need a way to export all users information to excel sheet, then correct all of the information and import them again in the active directory.

How do I can make this? What are the tools that I can use it?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of ALNMOO
ALNMOO
Flag of Saudi Arabia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of devdept

ASKER


Thanks for your replay, I use the following Command to Export all of the Information:

csvde -f finalad.csv -r "objectclass=user" l userPrincipalName,givenName,SN,displayName,discription,telephoneNumber,mail,homephone,mobile,department,manager,city u

Then I Import the file in Microsoft Excel. I will start correct all of the information for all users.

Now; I need a Script to import users information after corrected them to the Active Directory.