LS QoE and CDR discovery rule.

Microsoft.LS.2013.Discovery.WatcherNode.QoEAndCDR (Discovery)

Knowledge Base article:

Summary

This object executes a script on machines to determine if the Call Detail Reporting (CDR) or Quality of Experience (QoE) features have been installed. This helps the Lync Management pack determine whether to execute scripts on these machines periodically to detect Call Reliability and Media Quality issues that may have been perceived by real end users.

Element properties:

TargetMicrosoft.LS.2013.Component.Registrar
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.LS.2013.Discovery.WatcherNode.QoEAndCDR.DS Default

Source Code:

<Discovery ID="Microsoft.LS.2013.Discovery.WatcherNode.QoEAndCDR" Enabled="true" Target="Microsoft.LS.2013.Component.Registrar" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.LS.2013.QoE.Monitoring"/>
<DiscoveryClass TypeID="Microsoft.LS.2013.WatcherNode.CDR"/>
<DiscoveryRelationship TypeID="Microsoft.LS.2013.Relationship.RegistrarServerRoleContainsCDRWatcher"/>
<DiscoveryRelationship TypeID="Microsoft.LS.2013.Relationship.RegistrarServerRoleContainsQoEMonitoring"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.LS.2013.Discovery.WatcherNode.QoEAndCDR.DS">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>180</TimeoutSeconds>
</DataSource>
</Discovery>