Automatically make user local administrator on their computer through GPO?
        Posted  
        
            by 
                Grant
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Grant
        
        
        
        Published on 2012-05-19T00:47:53Z
        Indexed on 
            2012/07/04
            21:17 UTC
        
        
        Read the original article
        Hit count: 231
        
active-directory
|group-policy
In our AD 2003 domain each user gets local admin permissions on their computer. Everyone else can login with their domain account as normal user.
Right now this means going to the desktop and manually adding the user as a local administrator.
Is there any way to automate this process through logon scripts or GPOs? I have found ways to use a gpo to make everyone who logs in to a computer a local admin, but really only want to give it to the primary user (or in some cases users) of the computer.
I've also seen methods that required adding a group for each computer...but really dont want to clutter AD like that.
I do have a list mapping each user to each computer name. If it matters the desktops are a mix of xp and win7.
© Server Fault or respective owner