JSI Tip 8522. What can I do with the Network Configuration Operators group built into Windows XP?

Jerold Schulman

September 28, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Membership in the Network Configuration Operators group allows a user to:

  • Modify the TCP/IP Properties for the LAN connection, including IP address, subnet mask, default gateway, and DNS servers.

  • Modify the Properties of Remote Access connection(s).

  • Delete Remote Access connection(s).

  • Rename the LAN connection(s).

  • Rename Remote Access connection(s).

  • Enable or Disable a LAN connection.

  • Issue Ipconfig /Release and Ipconfig / Renew commands.

To add a domain user to the Network Configuration Operators group:

You can use the technique in tip 5319 How do I create a global group, so that it is a member of the local administrators group on all workstations and member servers, by using group policy restricted groups?

You can use Active Directory Users and Computers.

You can open a CMD.EXE windows and type:

net localgroup "Network Configuration Operators" "NetBiosDomainNameDomainUserName" /ADD

To add a local user to the Network Configuration Operators group:

You can open a CMD.EXE windows and type:

net localgroup "Network Configuration Operators" "UserName" /ADD



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