Hello there
please check this
- On a Microsoft Domain Controller, open ‘Active Directory Users and Computers.’
- Right-click on the OU that you want to create the GPO policy for and click ‘Properties.’ In this
example ‘Test’ is the OU.
- Click on the ‘Group Policy’ tab, then click on the ‘New’ button.
- Name your new ‘Group Policy.’ For this example ‘Test Policy’ is used.
- Click ‘Edit’ within the test properties window, then navigate to ‘Computer Configuration’ >
‘Windows Settings’ > ‘Security Setting’ > ‘Restricted Groups’
- Right-click on the ‘Restricted Groups’ folder and click ‘Add Group’
- Name the group ‘Network Configuration Operators’ then click ‘OK’
- Right-click on the newly added group ‘Network Configuration Operators’ then click on ‘Security’
- Click on the ‘Add’ button under ‘Members of this group’ and add the Domain Users group specific
to your domain. This example uses LABDOMAIN so the group ‘LABDOMAIN\Domain Users’
was added. Other groups could be added at this time if necessary (LABDOMAIN\Msft is in this
example), but is not necessary.
- Click ‘OK’ and close all windows to get back to the ‘Active Directory Users and Computers’
window.
- Your GPO is now complete.
- Add your users/Computers to this OU (if you created a new OU), then have the hosts reboot their
computers. A reboot is necessary because this GPO was applied to the computer.***
- Your ‘Domain Users’ should now have the ability to release/renew their IP information. This can be
verified by opening a command prompt and typing:
a. ipconfig release
b. ipconfig renew
c. If no errors were encountered, the GPO was added to the host properly. The NAC Appliance
agent will now be able function properly.
Summary: by using Active Directory’s Group Policy Objects, we can add the host-specific group called
‘Network Configuration Operators’ to each desktop. This group is not available as a built-in group within
AD rather a group that exists on the host device as a limited permission group. GPO will leverage this host
group, thus allowing ‘Domain Users’ to modify their IP info.
***A command can be run on the host device at a command prompt, instead of rebooting the host, that will
force a GPO update to the domain: ‘gpupdate /force’ and optionally ‘gpresult > c:\results.txt’ for results.
And see if it helps,
Thank you
--If the reply is helpful, please Upvote and Accept as answer--