Verify Test Mailboxes

Verify_Test_Mailboxes (Rule)

Knowledge Base article:

Summary

This rule verifies if the Exchange MP Test mailboxes are available on the Exchange Server system.

Resolutions

Refer to knowledge details at the rules intercepting event generated by this rule.

Element properties:

TargetMicrosoft.Exchange.ServerRole.2003
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Scheduler.DataSource Default
WA WriteAction Verify_Test_Mailboxes.WriteAction Default

Source Code:

<Rule ID="Verify_Test_Mailboxes" Enabled="onStandardMonitoring" Target="Exch2003Core!Microsoft.Exchange.ServerRole.2003" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Scheduler.DataSource">
<IntervalSeconds>3600</IntervalSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Verify_Test_Mailboxes.WriteAction">
<TargetNetbiosComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</TargetNetbiosComputer>
<ListOfServersExcludedFromTestMailboxAlert>NULL</ListOfServersExcludedFromTestMailboxAlert>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>