M365 Office Pro Plus License Verification Event Collection

Microsoft.SystemCenter.M365.Rules.LicenseVerification.EventCollectionRule (Rule)

This rule looks for and collects License Verification events in the Operations Manager Log.

Knowledge Base article:

Summary

This rule looks for and collects License Verification events in the Operations Manager Log.

Element properties:

TargetMicrosoft.SystemCenter.M365.WatcherNodeApplication
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.EventCollector DataSource Microsoft.Windows.EventCollector Default
Microsoft.SystemCenter.CollectEvent WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Microsoft.SystemCenter.M365.Rules.LicenseVerification.EventCollectionRule" Enabled="true" Target="Microsoft.SystemCenter.M365.WatcherNodeApplication" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Microsoft.Windows.EventCollector" TypeID="Windows!Microsoft.Windows.EventCollector">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<AllowProxying>false</AllowProxying>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">940</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Microsoft.SystemCenter.CollectEvent" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>