net_user Posted October 18, 2012 Posted October 18, 2012 i'm using psexec to attach to a network pc, and run this commandnet localgroup administrators /add "domain\domain users"this work great, but then the user has to logoff for the admin rights to "show up"is there a command i can run without having to logoff and log back on?
allen2 Posted October 18, 2012 Posted October 18, 2012 The user has to open a new session to get the new rights. He could use runas to force a second authentification and launch another app with the admin rights.
net_user Posted October 18, 2012 Author Posted October 18, 2012 crap i was affraid of that, i'll just force a log off
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now