DHCP 2016 以降の IPV4 スコープ グループ ポピュレーター

Microsoft.Windows.DHCPServer.10.0.Populate.Group.IPv4Scopes (Discovery)

この検出ルールは、検出されたすべての DHCP 2016 IPV4 スコープ インストールを DHCP 2016 以降の IPV4 スコープ グループに追加します

Knowledge Base article:

概要

この検出ルールは、”DHCP 2016 IPv4 以降のスコープ グループ” という名前の DHCP 2016 以降の IPV4 スコープ グループを検出し、サーバーに定義されていて、Microsoft Windows DHCP サーバー 2016 以降を実行している IPV4 スコープのインスタンスをこれに追加します。

Element properties:

TargetMicrosoft.Windows.DHCPServer.10.0.Group.IPv4Scopes
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.DHCPServer.10.0.Populate.Group.IPv4Scopes" Enabled="true" Target="Microsoft.Windows.DHCPServer.10.0.Group.IPv4Scopes" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.DHCPServer.10.0.Contains.IPv4ScopesContainsIPv4Scope"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.Windows.DHCPServer.10.0.Module" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Windows.DHCPServer.10.0.Group.IPv4Scopes"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.DHCPServer.10.0.IPv4Scope"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.Windows.DHCPServer.10.0.Contains.IPv4ScopesContainsIPv4Scope"]$</RelationshipClass>
<Expression>
<RegExExpression>
<ValueExpression>
<Property>$MPElement[Name="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/OSCurrentVersion$</Property>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>10.</Pattern>
</RegExExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>