Hi all,
I searched around a bit and didn't find anything on my question. I have a bunch of users to rename (1500+) and want to change the "user login name" and the "pre-windows 2000" login names.
I've found that the -UPN switch for "DSMOD USER" will change the "user login name" but not the "pre-windows 2000" name at the same time. It took me FOREVER to find out that the "login name" was the UPN, is the "pre-windows 2000" name called something else cryptic as well?
So far this works great, but only on the UPN login name:
dsmod user "CN=USERID,OU=Users,DC=Company,DC=com" -upn newname@company.com
Once I've got the bugs worked out to change BOTH login names, I plan on running this through a for/do loop from a cmd prompt to take care of all the users in one swoop.
Thanks for your time and have a great day.
tony
I searched around a bit and didn't find anything on my question. I have a bunch of users to rename (1500+) and want to change the "user login name" and the "pre-windows 2000" login names.
I've found that the -UPN switch for "DSMOD USER" will change the "user login name" but not the "pre-windows 2000" name at the same time. It took me FOREVER to find out that the "login name" was the UPN, is the "pre-windows 2000" name called something else cryptic as well?
So far this works great, but only on the UPN login name:
dsmod user "CN=USERID,OU=Users,DC=Company,DC=com" -upn newname@company.com
Once I've got the bugs worked out to change BOTH login names, I plan on running this through a for/do loop from a cmd prompt to take care of all the users in one swoop.
Thanks for your time and have a great day.
tony