MECM Certification Authority Configuration on Enrollment Point Monitor

MECM.EnrollmentPoint.CATask.StatusMessage.Monitor (UnitMonitor)

This monitor checks if the Enrollment Point is able to configure the Certification Authority.

Knowledge Base article:

Summary

This monitor checks if the Enrollment Point is able to request certificates from the Certification Authority (CA) on behalf of the mobile device or AMT client. It produces an alert if the Enrollment Point cannot request the certificate from the CA.

Causes

Resolutions

Additional

Element properties:

TargetMECM.EnrollmentPoint
Parent MonitorMECM.SiteRole.AggregateRollup.Monitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMECM.StatusMessage2State.MT
RemotableTrue
AccessibilityPublic
Alert Message
MECM Enrollment Point Failed to Configure Certification Authority
The Enrollment Point fails to configure the Certification Authority.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.EnrollmentPoint.CATask.StatusMessage.Monitor" Accessibility="Public" Enabled="true" Target="MECM.EnrollmentPoint" ParentMonitorID="MECM.SiteRole.AggregateRollup.Monitor" Remotable="true" Priority="Normal" TypeID="MECM.StatusMessage2State.MT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="MECM.EnrollmentPoint.CATask.StatusMessage.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId6e8c5188e1e843278b5082a600713c5c" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdd474d27d8e384d0a9a31172e6f7045c3" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_ENROLL_SERVER</ComponentName>
<RuleId>0E0F3D4B-C5A0-41A4-B225-1708C9FE28EF</RuleId>
<IntervalSeconds>360</IntervalSeconds>
<MatchCount>3</MatchCount>
</Configuration>
</UnitMonitor>