| |
MasterOfTheHat
Posts: 6
Score: 0
Joined: 4/4/2005
From:
Status: offline
|
I'm sure there is already a post out here about this, but I haven't found it yet... I'm looking to change the "User logon name" and "User logon name (pre-Windows 200)" (under the Account tab on the user properties page) for all users in a given OU to meet our new standards. I can handle the string manipulation (I hope...), but what do I use to actually change the value of those fields? Basic logic would be: 1. get recordset of all users in the supplied OU 2. loop through recordset a. retrieve user logon fields a. modify strings b. write new values to AD ?? -MotH
|
|