Skip to main content

Announcements processing

AnnouncementsProcessingModule

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

propertyName

Description

Interval

The interval between processing tasks.

DaysSinceLastLogin

Default 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 18.
<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>