SteveAudus
Technical User
Could any of your clever people help me write a little program that would help out myself and my technicians.
We use 2 cmd line codes over and over again, on our NT workstations when we haven't got access to our 2K server,
and I was wondering if it possible to write a script to make their use easier.
I am not a programmer myself, and I really need some help.
The 2 lines are
net user "user name" /domain
to check user details
and
net user "user name" newpassword /domain
to change a user's password.
maybe there is a program out there that does it already.
but just a script that asks for a user name,
then asks if you'd like to change to password,
if yes then you type the password in.
Simple, but I don't know where to start.
Thank you for any help,
Steve Audus
Chaucer School
Sheffield, UK
We use 2 cmd line codes over and over again, on our NT workstations when we haven't got access to our 2K server,
and I was wondering if it possible to write a script to make their use easier.
I am not a programmer myself, and I really need some help.
The 2 lines are
net user "user name" /domain
to check user details
and
net user "user name" newpassword /domain
to change a user's password.
maybe there is a program out there that does it already.
but just a script that asks for a user name,
then asks if you'd like to change to password,
if yes then you type the password in.
Simple, but I don't know where to start.
Thank you for any help,
Steve Audus
Chaucer School
Sheffield, UK