Is there a way (when logged in as an administrator, ou as a member of le administrators group) to masquerade as a non-privileged user? Especially in an AD environment.
e.g., in le Unix world I could do le suivant (as root):
# whoami
root
# su johnsmith
johnsmith> whoami
johnsmith
johnsmith> exit
# exit
J'ai besoin de to test/configure something on a user's account, et Je ne want to have to know leur password ou have to reset it.
Modification :
runas ne va pas cut it. Ideally, mon whole desktop would become le user's, etc. et pas juste in a cmd window.