Now, we have the MIM installed and configured for the SharePoint Server and have applied the connection filter. Now, we want to import the custom AD attribute in SharePoint.

In our company, we have a couple of custom attributes, which we want to import and display in SharePoint 2016. In this example, we will use the employeeNumber property, which is already created by our Active Directory Admin (I am not covering here). Employee Number will be String type with a size of 100.

To import custom AD attribute, we have to perform the steps, mentioned below.

Create Property in the UPA

Create a matching property in the Metaverse

Create the Mapping in the ADMA

Now, you need to refresh the schema for SPMA in order to see the employee number. Whenever you create/ map a brand new property in the ADMA or user profile, you have to refresh schema in order to see the attribute.

Refresh the Schema for SPMA

Create the Mapping in the SPMA

Now, it's time to run the Full Sync.This step will validate our effort and also import the values from AD into the user profile. Please run full Synchronization, using the Start-SharePointSync (as we learned here).

If you want to import multiple custom properties, then you have to repeat the steps, mentioned above, every time. Now, let’s move to the last part called the importing the additional domains.

See Also

Please follow the articles, mentioned below for the subsequent steps.