Skip to main content

Announcements processing

AnnouncementsProcessingModule

This module processes the results of the network and the Active Directory discovery tasks.

propertyNameDescription
IntervalThe interval between processing tasks.
DaysSinceLastLoginDefault value = 90 (days)
When Active Directory Discovery results are processed and the combination of the LastLogonActivity and the WhenCreated attributes of an object is more recent than the value of DaysSinceLastLogin, the object data is processed. Otherwise, the data is discarded.
EXAMPLE
<ModuleConfiguration>
<Module typeName="AnnouncementsProcessingModule">
<Setter propertyName="IsEnabled">true</Setter>
<Setter propertyName="BatchSize">0</Setter>
<Setter propertyName="Interval">"00:00:30"</Setter>
<Setter propertyName="DaysSinceLastLogin">90</Setter>
</Module>
</ModuleConfiguration>