Forum Discussion
Dylan Martens
Dec 14, 2017Copper Contributor
Using the extensionAttributes in Active Directory
So I'm working on expanding the data stored about User Objects in an Active Directory, but we are looking for possible candidates to store the data in, as a lot of the fields have already been used. ...
Vineet Arora
Dec 15, 2017Brass Contributor
Hi,
You can use extension attributes to store additional data like 'employee ID' etc.
Just document the change, so you know what it was used for.
They will not be removed.
And no system uses them normally and if they do they document it.
Dylan Martens
Dec 15, 2017Copper Contributor
But if you do a search on them, it appears the data stored in these attributes will be removed when a mailbox is disabled. Can you elaborate?
- Vineet AroraDec 15, 2017Brass Contributor
Hi,
You are right. Then the only option is to extend the AD Schema.
https://social.technet.microsoft.com/wiki/contents/articles/20319.how-to-create-a-custom-attribute-in-active-directory.aspx
- Bran KoprivicaJul 16, 2018Copper ContributorThat is not a good option