min TS use

E

Enrique Garcia

I have some users that have control of a domain account. But I want them to
just use Terminal Services to change the password of the account, and
nothing else. What is the best way to do this?
Any ideas would be greatly appreciated.
thanks,
eg
 
M

Matthew Harris [MVP]

You could add the following onto your login script for
your terminal services users:

set userToChange=%username%
runas /user:administrator net user %userToChangesername%
* /domain

This command (with a few modifications that you'll need to
do) will run under the administrator's context and prompt
the user to change their password.

Hopefully it'll help you out.

-M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top