Discussion:
Adding domain users to Network config Operators local group
(too old to reply)
jkf1024
2008-04-29 11:26:01 UTC
Permalink
We have a number of field technicians who need to be able to change the IP
configuration on their laptops. Rather than giving them admin rights on the
machines, I want to add them to the Network Configuration Operators local
group. I need to push this out with a domain group policy because there are
too many for us to log in remotely and change the settings on each laptop.

Our domain contains Windows 2000 and Windows 2003 servers. The domain
functional level is Windows 2000 native.

What I have done so far:
- Created a new GPO
- Under Computer Configuration > Windows Settings > Security Settings >
Restricted Groups, I added the group Network Configuration Operators.
- To this group I added a couple of test users.
- Created a child OU under the Workstations OU in our Active Directory
- Linked the GPO to the child OU

I log onto the a test computer in the child OU, using the credentials of one
of the test users. When I run gpresult, I can see that the policy was applied
yet the Network Configuration Operators group remains unpopulated.

Am I doing something wrong here?

Any advice would be appreciated. Thanks.
Florian Frommherz [MVP]
2008-04-29 11:40:38 UTC
Permalink
Post by jkf1024
We have a number of field technicians who need to be able to change the IP
configuration on their laptops. Rather than giving them admin rights on the
machines, I want to add them to the Network Configuration Operators local
group. I need to push this out with a domain group policy because there are
too many for us to log in remotely and change the settings on each laptop.
Our domain contains Windows 2000 and Windows 2003 servers. The domain
functional level is Windows 2000 native.
- Created a new GPO
- Under Computer Configuration > Windows Settings > Security Settings >
Restricted Groups, I added the group Network Configuration Operators.
- To this group I added a couple of test users.
- Created a child OU under the Workstations OU in our Active Directory
- Linked the GPO to the child OU
I log onto the a test computer in the child OU, using the credentials of one
of the test users. When I run gpresult, I can see that the policy was applied
yet the Network Configuration Operators group remains unpopulated.
Did it "recognize" the Network Operators group? Looking at the eventlog
of te machines, anything of interested in there?

You could, iirc, script that using a startup script:
net localgroup "Network Configuration Operators" "DOMAIN\UserName" /ADD

cheers,

Florian
--
Microsoft MVP - Windows Server - Group Policy.
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Use a newsreader! http://www.frickelsoft.net/news.html
Meinolf Weber
2008-04-29 11:42:44 UTC
Permalink
Hello jkf1024,

What operating system on the clients? If i am not totally wrong 2000 is not
supported with this. See also here: http://support.microsoft.com/kb/297938

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
Post by jkf1024
We have a number of field technicians who need to be able to change
the IP configuration on their laptops. Rather than giving them admin
rights on the machines, I want to add them to the Network
Configuration Operators local group. I need to push this out with a
domain group policy because there are too many for us to log in
remotely and change the settings on each laptop.
Our domain contains Windows 2000 and Windows 2003 servers. The domain
functional level is Windows 2000 native.
- Created a new GPO
- Under Computer Configuration > Windows Settings > Security Settings
Restricted Groups, I added the group Network Configuration Operators.
- To this group I added a couple of test users.
- Created a child OU under the Workstations OU in our Active Directory
- Linked the GPO to the child OU
I log onto the a test computer in the child OU, using the credentials
of one of the test users. When I run gpresult, I can see that the
policy was applied yet the Network Configuration Operators group
remains unpopulated.
Am I doing something wrong here?
Any advice would be appreciated. Thanks.
Loading...