Skip to main content

Active Directory discovery

ActiveDirectoryDiscoveryModule

This module is used for configuration of Active Directory Discovery settings.

propertyNameDescription
IntervalSet the period of time for when a new Active Directory Discovery scan will begin after the previous scan has completed (D.HH:MM:SS).
Example: With an Interval to "7.00:00:00" the next scan will start 7 days after the previous scan completed.
EXAMPLE
<ModuleConfiguration>
<Module typeName="ActiveDirectoryDiscoveryModule">
<Setter propertyName="IsEnabled">true</Setter>
<Setter propertyName="Interval">"7.00:00:00"</Setter>
</Module>
</ModuleConfiguration>