KeyManagement Service Product Discovery

Microsoft.KMS.Product.Discovery (Discovery)

This object discovery discovers Key Management Service Products which are hosted by the Key Management Service.

Element properties:

TargetMicrosoft.KMS.ServerRole
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.KMS.Product.Discovery.DS Default

Source Code:

<Discovery ID="Microsoft.KMS.Product.Discovery" Enabled="true" Target="Microsoft.KMS.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.KMS.Product">
<Property TypeID="Microsoft.KMS.Product" PropertyID="ProductSkuId"/>
<Property TypeID="Microsoft.KMS.Product" PropertyID="ProductSkuName"/>
<Property TypeID="Microsoft.KMS.Product" PropertyID="ProductSkuDescription"/>
<Property TypeID="Microsoft.KMS.Product" PropertyID="KMSCurrentCount"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.KMS.Product.Discovery.DS">
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ImageName>$Target/Property[Type="Microsoft.KMS.ServerRole"]/ImageName$</ImageName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>