Using Group Policy Preferences

Learn how you can easily add an Active Directory global administrator group to the local Administrators group of a set of domain member machines.

Jan De Clercq

December 12, 2013

1 Min Read
red background and white letters QA

Q: How can we easily add a global administrator group named Research_Admins that's defined in Active Directory (AD) to the local Administrators group of a set of domain member machines? These member machines are already contained in a separate AD organizational unit (OU) named Research.

A: The easiest way to achieve this is by using Group Policy preferences. To set this up, follow these steps:

  1. Open the Group Policy Management Console (GPMC) and edit the Group Policy Object (GPO) that's linked to the Research OU.

  2. Navigate to Computer ConfigurationPreferencesControl Panel SettingsLocal User and Groups. In the GPMC menu, click Action, choose New, and select Local Group. This will bring up the New Local Group Properties dialog box.

  3. Select the Administrators (built-in) group from the Group name drop-down list in the New Local Group Properties dialog box.

  4. Click the Add button to bring up the Local Group Member dialog box. Click somewhere in the Name field and press F3. In the Select a Variable dialog box that appears, find and select the LogonDomain variable, click the Select button, then click OK. (Alternatively, instead of pressing F3 to bring up the Select a Variable dialog box, you can type %LogonDomain% in the Name field and click OK.) You should now see %LogonDomain%Research_Admins listed in the Members section of the New Local Group Properties dialog box.

  5. Click Apply, then OK to apply your change.

For a good introduction to Group Policy preferences, take a look at the white paper "Group Policy Preferences Overview."

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like