Microsoft Windows Server DNS 2016 and 1709+ Objects Group Populator

Microsoft.Windows.DNSServer.2016.VersionSpecific.AlertTargets.GroupDiscovery (Discovery)

Populates group with DNS 2016 and 1709+ objects to show their alerts in 2016 and 1709+ alerts view.

Knowledge Base article:

Summary

A group populator that discovers objects from DNS 2016 and 1709+ management pack and populates them into DNS 2016 and 1709+ group.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.AlertTargets.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.DNSServer.2016.VersionSpecific.AlertTargets.GroupDiscovery" Target="Microsoft.Windows.DNSServer.2016.AlertTargets.Group" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.DNSServer.2016.Server"/>
<DiscoveryClass TypeID="Microsoft.Windows.DNSServer.2016.Zone"/>
<DiscoveryRelationship TypeID="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.DNSServer.2016.Server"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.DNSServer.2016.Zone"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>