KeyManagement Service Product Discovery

Microsoft.Windows.KeyManagement.Product.Discovery (Discovery)

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

Element properties:

TargetMicrosoft.Windows.KeyManagement.Service
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.KeyManagement.Product.Discovery" Enabled="true" Target="Microsoft.Windows.KeyManagement.Service" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.KeyManagement.Product">
<Property TypeID="Microsoft.Windows.KeyManagement.Product" PropertyID="ProductSkuId"/>
<Property TypeID="Microsoft.Windows.KeyManagement.Product" PropertyID="ProductSkuName"/>
<Property TypeID="Microsoft.Windows.KeyManagement.Product" PropertyID="ProductSkuDescription"/>
<Property TypeID="Microsoft.Windows.KeyManagement.Product" PropertyID="KMSCurrentCount"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.KeyManagement.Product.Discovery.DataSource">
<IntervalSeconds>14400</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.Windows.KeyManagement.Service"]/ImageName$</ImageName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>