Some Windows AD user property cannot be changed by AD user himself, what controls it?
- by Jimm Chen
I'm curious with a question I find. An Windows Active Directory user can change his own telephone number, street address etc, but can NOT change his own email-address registered on the AD.
Using Python+pywin32 I can also verify this behavior. When trying to change own EmailAddress, I got error General access denied error .
I'd like to know where in the AD this allow/deny behavior is defined. Thank you.