
Quick Question.
I have exported all the kids into excel. If i change the order of them of how they appear in excel how will this effect it when import it back in?
Thanks
Thanks for the vote of confidence in my software.
Performing Bulk Updates to Activie Directory always has an element of risk associated with it. Regardless of the software/script you use, test the update in a qa environment first and also have a recent backup of your directory database when performing the update in your live environment. The rollback feature in Bulk AD Users provides an additional level of protection making it unlikely that you would need to perform an authoritative restore.
I agree with the first suggestion about using the Edit In Excel feature to perform the update. You should be able to use a formula in Excel to extract the firstname/surname - something like this:
=MID(A1,1,FIND(" ",A1,1)-1)
=MID(A1,FIND(" ",A1,1)+1,LEN(A1))
(Replace A1 with the cell containing the full name)
There formula just splits the first name and surname based on the first space character - you might need to review the data after applying the formula to all rows to ensure that there are no anomalies.
Good luck.![]()


Thanks, when i import this back over its not going to reset the passwords or anything will it?
Thanks
No, you would need to explicitly ask for the passwords to be changed.
The old version of "Edit In Excel" (The one that was part of Password Control) used to update all attributes in the Excel sheet if the value was different to what is stored in AD. This had a greater chance of you overwriting another users update. The new version (Bulk AD Users) allows you to tell the application which attributes you have updated and only those specified will be updated.
Note: There is no update via Excel. Only "Edit In Excel" which takes the current contents of the grid and allows you to update in Excel. When you close and save the Excel file, the application will then ask you which columns you want to update. There is also a CSV Update tool included in the application which can also be used to perform updates.
I'm planning to extend the update features to any data source in future, but it will be a while before the next release.
There are currently 1 users browsing this thread. (0 members and 1 guests)