Is it possible to delegate control in an Active Directory 2008 OU, so that a standard user is able to update the networkAddress attribute of a computer object?
I have logon script that queries WMI for the system manufacturer, product name, serial number and MAC addresses of a computer and saves the information back to active directory; the script works fine for administrators.
By delegating control of selected computer attributes to standard users, the script can be made to allow anyone to save the system manufacturer, product name and serial number to active directory, but I can’t find any way to make the networkAddress attribute writable; it isn’t listed as a writable attribute in the computer object (or any other class for that matter).
Is there an alternative attribute name or class I should be looking to delegate?