This is what I use and it works perfectly. Also, for giggles, I created a VB COM object that will also set the password, but cfexecute is much easier.
As always, make sure your CF service is running as a domain account that has permissions to change passwords for other users. M!ke -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 4:07 AM To: CF-Talk Subject: Re: Resetting Active Directory Password using CFLDAP ? Ian Vaughan wrote: > > Does anybody have any examples of using Coldfusion to reset a windows > users active directory account. > > Can it be done using Coldfusion ? Use cfexecute to run: net user <username> <password> /domain Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268456 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

