Exchange 2007 Set CAS Connectivity Test Credentials

Microsoft.Exchange2007.Mailbox.SetCasConnectivityTestCredentials (Rule)

This workflow runs set-CasConnectivityTestCredentials

Knowledge Base article:

External

For more information, see the respective topic at the Microsoft Exchange Server TechCenter.

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.Mailbox
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Set CAS Connectivity Test Credentials Alert
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange2007.SetCasConnectivityTestCredentials.DS Default
CD ConditionDetection Microsoft.Exchange2007.Component.CmdLet.EventNumberMapper.CD Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Exchange2007.Mailbox.SetCasConnectivityTestCredentials" Enabled="onEssentialMonitoring" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.Mailbox" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Exchange2007.SetCasConnectivityTestCredentials.DS">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>600</TimeoutSeconds>
<LogLevel>2</LogLevel>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="Microsoft.Exchange2007.Component.CmdLet.EventNumberMapper.CD">
<EventNumber>500</EventNumber>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Microsoft.Exchange2007.Mailbox.SetCasConnectivityTestCredentials.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>