I need to give administrative privileges to a group of user for a group of a PC in an Active Directory Enviroment.
For Example i have :
- HelpDesk_User : Group of user
- HelpDesk_PC : Group of Computer
I want to give at each member of HelpDesk_User group local administrator priviledges on each computer member of HelpDesk_PC. Can i do this throgh Group policy ? How ?
At the moment i add manually HelpDesk_User group(or each member of this group) to local administrator group for each computer, Is there a way to do it through centralized AD group policy ?
Thanks.