License Discovery for Microsoft Windows Server

Microsoft.Windows.Server.10.0.StandardLicense.Discovery (Discovery)

This discovery rule discovers and populates the class named “System Center Operations Manager Standard License"

Knowledge Base article:

Summary

This discovery rule discovers and populates the class named “System Center Operations Manager Standard License"

Element properties:

TargetMicrosoft.Windows.Server.10.0.Computer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.StandardLicense.Discovery" Target="Microsoft.Windows.Server.10.0.Computer">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SC!Microsoft.SystemCenter.License.Standard">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.SetStandardLicense">
<ComputerID>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
</DataSource>
</Discovery>