RE: [ActiveDir] Changing a users password

2006-04-12 Thread Ulf B. Simon-Weidner
Hi Oliver, First of all the receptionist needs to be delegated the rights to reset users passwords, as well as being made aware of the consequences (local credential cache of the users f.e.). To reset the password you can use commands like net user username password /domain or you can use

RE: [ActiveDir] Changing a users password

2006-04-12 Thread Oliver Marshall
PROTECTED] On Behalf Of Ulf B. Simon-Weidner Sent: 12 April 2006 07:01 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Hi Oliver, First of all the receptionist needs to be delegated the rights to reset users passwords, as well as being made aware of the consequences

RE: [ActiveDir] Changing a users password

2006-04-12 Thread deji
@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Net user command only works if you have full admin rights. I've google'd till 2am this morning, haven't found any free script that doesn't use the DN. Cant use ADUC as I'm afraid that, if they see what info they *could* change

RE: [ActiveDir] Changing a users password

2006-04-12 Thread Oliver Marshall
2006 09:00 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Delegate the ability to reset password to your helpdesk lady. Then grab http://www.rlmueller.net/Programs/ResetPassword.txt Clean that up, put it behind an asp page that requires authentication. Give

Re: [ActiveDir] Changing a users password

2006-04-12 Thread Matheesha Weerasinghe
How about using lockoutstatus.exe? its no script tool but is sure easy to use. M@ List info : http://www.activedir.org/List.aspx List FAQ: http://www.activedir.org/ListFAQ.aspx List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

RE: [ActiveDir] Changing a users password

2006-04-12 Thread neil.ruston
Of [EMAIL PROTECTED] Sent: 12 April 2006 09:00 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Delegate the ability to reset password to your helpdesk lady. Then grab http://www.rlmueller.net/Programs/ResetPassword.txt Clean that up, put it behind an asp

RE: [ActiveDir] Changing a users password

2006-04-12 Thread Oliver Marshall
Subject: RE: [ActiveDir] Changing a users password Hmmm interesting. It certainly does what it says on the tin. Don't suppose you know how to create an 8 character alphanumeric random string of characters do you ? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [ActiveDir] Changing a users password

2006-04-12 Thread Marc A. Mapplebeck
] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf B. Simon-Weidner Sent: 12 April 2006 07:01 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Hi Oliver, First of all the receptionist needs to be delegated the rights to reset users passwords, as well as being made aware

RE: [ActiveDir] Changing a users password

2006-04-12 Thread deji
: [EMAIL PROTECTED] on behalf of Oliver Marshall Sent: Wed 4/12/2006 2:13 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Thanks, but I have absolutely no idea how to apply that to the asp script I have here :S -Original Message- From: [EMAIL PROTECTED

RE: [ActiveDir] Changing a users password

2006-04-12 Thread joe
To find a user adfind -sc u:X -dn Where X is the user's SAM name or cn. joe -- O'Reilly Active Directory Third Edition - http://www.joeware.net/win/ad3e.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Marshall Sent: Tuesday,

RE: [ActiveDir] Changing a users password

2006-04-12 Thread joe
Sent: Wednesday, April 12, 2006 3:46 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Net user command only works if you have full admin rights. I've google'd till 2am this morning, haven't found any free script that doesn't use the DN. Cant use ADUC as I'm

RE: [ActiveDir] Changing a users password

2006-04-12 Thread joe
/ad3e.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc A. Mapplebeck Sent: Wednesday, April 12, 2006 12:30 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Changing a users password Why not just create a custom MMC in author mode that only

Re: [ActiveDir] Changing a users password

2006-04-11 Thread Al Mulnick
Besides questioning the logic of allowing somebody else to have the permissions to do what you're talking about, there are several ways to do this. DS* tools come to mind, as does joeware.net (there's always something there if you look). If you intend to script it, you'll want to use