Active Directory discovery
ActiveDirectoryDiscoveryModule
This module is used for configuration of Active Directory Discovery settings.
propertyName | Description |
---|---|
Interval | Set 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 26. With an Interval to "7.00:00:00" the next scan will start 7 days after the previous scan completed. |
Example 27.
<ModuleConfiguration> <Module typeName="ActiveDirectoryDiscoveryModule"> <Setter propertyName="IsEnabled">true</Setter> <Setter propertyName="Interval">"7.00:00:00"</Setter> </Module> </ModuleConfiguration>