here's my scenario. We are looking at installing an application which will extend the AD schema by adding a single attribute to the user class. We then need to bulk upload a value into this field for 1000+ users.
Normally I do a dsquery user script, piping the result into dsmod user, but dsmod user has a limited number of attributes that you can modify. I need to be able to script this as data entry by hand is not viable.
Any suggestions?
Thanks