DHCP 2012 IPV6 Scopes Group Populator

Microsoft.Windows.DHCPServer.2012.Populate.Group.IPv6Scopes (Discovery)

This discovery rule populates the DHCP 2012 IPV6 Scopes Group with all discovered DHCP 2012 IPV6 Scopes Installations

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the DHCP 2012 IPV6 Scopes group named "DHCP 2012 IPv6 Scopes Group" with instances of IPV6 Scopes defined in Server that are running a Microsoft Windows DHCP Server 2012.

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.Group.IPv6Scopes
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.DHCPServer.2012.Module DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.DHCPServer.2012.Populate.Group.IPv6Scopes" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.Group.IPv6Scopes" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.DHCPServer.2012.Contains.IPv6ScopesContainsIPv6Scope"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.Windows.DHCPServer.2012.Module" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.Group.IPv6Scopes"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.IPv6Scope"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.Windows.DHCPServer.2012.Contains.IPv6ScopesContainsIPv6Scope"]$</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/OSCurrentVersion$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6.2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>