I want to edit a user's "personalTitle" field in Active Directory, but cannot find where it is stored in "Active Directory Users and Computers".
Can anyone point me in the right direction?
Thanks,
RB.
I want to edit a user's "personalTitle" field in Active Directory, but cannot find where it is stored in "Active Directory Users and Computers".
Can anyone point me in the right direction?
Thanks,
RB.
This page contains a link to a script which shows you how to modify the attributes of a user. In the given example it is the
employeeId
. But it should not be difficult exchange it with the personal title property.Look for "Bonus Material" and "employeeID.vbs".
In the script change
to
and
to
This procedure is for creating a context menu for the user. If you just want to change the value, you could do that using ADSIEdit.msc. It is one of Windows Server 2003's support tools. You can download ADSI Edit here, if it is not installed on your server.
In the end I used the ADSIEdit.msc snap-in to edit the user's personalTitle property.
This can be started using Start-> Run -> "AdsiEdit.msc"
If you have heard of Powershell, and the QuestAD addon pack, the two of them make it kind of easy. To look at someones title:
To set a title:
Maybe I am missing something, but why go to the effort and risk of adding new attributes when there are other attributes which may be able to do the same thing, such as info, title, description or if you have MS Exchange extensionAttribute*