"Escalation-only" AD Accounts?

Posted by blackBoxing@reddit | sysadmin | View on Reddit | 29 comments

So if I have a group of users who should be able to occasionally execute programs as Administrator, but who I do not want to just log in as admin every day, I have thought of making a second account for them. So user "jdoe" would be a regular user, but "jdoe-a" would have Administrator rights. The thinking is that you could not log into a machine as "jdoe-a", but you can log in as "jdoe" and when it prompts for an Administrator password to escalate privileges for something, the user could think first and then enter "jdoe-a" credentials if appropriate. Is this advisable? How can I accomplish this with AD Users and Computers and/or Group Policy? Thank you