6

I have implemented a tiny tool that allows one to change the IP settings of a selected Network Interface (NIC) by overwriting the values via the WMI. I've noticed that the tool can change the settings only if it has been started with "Run as administrator" option.

Which WMI permission should I grant the user so the changed values can be written without elevated privileges?

SamErde
  • 3,324
  • 3
  • 23
  • 42

1 Answers1

3

Try making him or her a member of the local group: 'Network Configuration Operators'.

SamErde
  • 3,324
  • 3
  • 23
  • 42
natxo asenjo
  • 5,641
  • 2
  • 25
  • 27