SSD - The Performance Upgrade of the Future
Archived from groups: microsoft.public.windowsxp.basics (More info?)
Hi, I am looking for sample source code to change a user's password using active directory. Best regards, Philippe
hello to change password you can use this command line: for example: username guyt in cp.com domain within ou name = guyds , his password will be a1yc24kg. dsmod user "cn=guyt, ou=guyds, dc=cp, dc=com" -pwd a1yC24kg to add user you can use: for example: adding user that called: pault in cp.com domain and in guyds ou with a1yC24kg password dsadd user "cn=pault, ou=guyds, dc=cp, dc=com" -pwd a1yC24kg -- Very Warm Regards Haim Lazarovitch mcse + messaging 2003 "Philippe C. Martin" wrote: > Hi, > > I am looking for sample source code to change a user's password using active > directory. > > Best regards, > > Philippe >
You are about to answer a thread that has been inactive for more than 6 months.If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.