Windows – Domain user not having admin rights on local machine

administratordomainlocalwindowswindows 7

I'm using Windows 2003 server as active directory and Windows 7 as a station. I need to have a regular domain user have admin rights on local machine. I added domain user to local admin group but they still do not have full access as local administrator.

Best Answer

On the workstation log in as domain admin and issue

net localgroup Administrators /add DOMAIN\USER 

That will make the domain user an Administrator on that workstation only.

Related Question