Set userpassword for all users
hi,
i want add default password users(500,000 users) in ad lds. failed ldifde, know little bit csvde don't know possible csvde or not.
thanks in advance.
hi,
csvde/ldifde both used import or export active directory data file. don't have ability set passwords directly.
however, presented in kb, ldifde can set password changing unicodepwd attribute in ldif file(csvde works csv file) , importing . here kb it:
how set user's password ldifde
http://support.microsoft.com/kb/263991
meanwhile, can consider other methods: powershell commands (like dsmod or set-adaccountpassword) or scripts achieve want. there many samples or links of it, refer these:
setting user's password
http://technet.microsoft.com/en-us/library/dd391862(v=ws.10).aspx
reset password , rename user using powershell (bulk)
http://social.technet.microsoft.com/forums/en-us/winserverpowershell/thread/1f55bf09-ad10-4d83-84c0-bf54e73bc023
how reset user password in bulk in 2008 r2 ad ds
http://social.technet.microsoft.com/forums/en-us/winserverds/thread/3a4d7468-93f5-438c-8651-9086e2309666
how bulk reset passwords users in ou?
http://serverfault.com/questions/207115/how-do-i-bulk-reset-passwords-for-all-users-in-an-ou
regards,
cicely
Windows Server > Directory Services
Comments
Post a Comment