Hi all,
I have a VBS script called ResetPword.vbs. To run it, I would normally go to a command prompt and type:
cscript ResetPword.vbs AccountName NewPassword
How can I run that script from an ASP page? Basically, I want staff members at my school to be able to reset Active Directory accounts. We already have a staff only section to our website and I want to create a form that takes the students account name that needs a password reset and sends it to the ResetPword.vbs file to execute. How would I go about doing this?
Thanks!
I have a VBS script called ResetPword.vbs. To run it, I would normally go to a command prompt and type:
cscript ResetPword.vbs AccountName NewPassword
How can I run that script from an ASP page? Basically, I want staff members at my school to be able to reset Active Directory accounts. We already have a staff only section to our website and I want to create a form that takes the students account name that needs a password reset and sends it to the ResetPword.vbs file to execute. How would I go about doing this?
Thanks!