License Discovery for Microsoft Exchange Server

Microsoft.Exchange.EnterpriseLicense.Discovery (Discovery)

This rule discovers the Enterprise License in Exchange 2003 Servers.

Knowledge Base article:

Summary

This discovery rule discovers the Enterprise License for Microsoft Exchange Server.

Configuration

There is no configuration required. To disable local Exchange 2003 Server role discovery disable (override) the rule “License Discovery for Microsoft Exchange Server”.

Element properties:

TargetMicrosoft.Exchange.ServerRole.2003
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.SetEnterpriseLicense Default

Source Code:

<Discovery ID="Microsoft.Exchange.EnterpriseLicense.Discovery" Enabled="true" Target="Microsoft.Exchange.ServerRole.2003" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SC!Microsoft.SystemCenter.License.Enterprise">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.SetEnterpriseLicense">
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
</DataSource>
</Discovery>