It is possible to collect information from additional Active Directory attributes where the value is a supported value type.



Attribute Name

The Active Directory attribute name.


Convert To DateTime

Determines whether values should be converted to System.DateTime values. This applies when the date is stored in the directory as a large integer attribute or string value.


Display Name

The name to display for the attribute in the user interface and output. This can be the same as the attribute name.


Not Found Action

Determines the action to take if the Active Directory attribute is not set.


  • Include - the attribute is always included.

  • Exclude - the attribute is excluded.

  • Throw Exception - the scan will fail if the attribute is not set.