DHCP 2003 Component Discovery (Part 2)

Microsoft.Windows.DHCPServer.2003.ComponentDiscovery.Portion1 (Discovery)

This discovery rule populates the DHCP 2003 Server Components (Part 2)

Knowledge Base article:

Summary

DHCP Server 2003 components Discovery script discovers the DHCP 2003 components object, related properties and relationship.

These are the parameters that we could override, if need it:

Element properties:

TargetMicrosoft.Windows.DHCPServer.2003.Server
EnabledTrue
Frequency21600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.DHCPServer.2003.DataSource.ComponentDiscovery Microsoft.Windows.DHCPServer.Library.ActionAccount

Source Code:

<Discovery ID="Microsoft.Windows.DHCPServer.2003.ComponentDiscovery.Portion1" Enabled="true" Target="Microsoft.Windows.DHCPServer.2003.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DHCP!Microsoft.Windows.DHCPServer.Library.DHCPComponent"/>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="DHCP!Microsoft.Windows.DHCPServer.Library.ActionAccount" TypeID="Microsoft.Windows.DHCPServer.2003.DataSource.ComponentDiscovery">
<IntervalSeconds>21600</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<ScopeIncludeList>*</ScopeIncludeList>
<ScopeExcludeList>null</ScopeExcludeList>
<SuperscopeIncludeList>*</SuperscopeIncludeList>
<SuperscopeExcludeList>null</SuperscopeExcludeList>
<DebugFlag>false</DebugFlag>
<Portion>1</Portion>
</DataSource>
</Discovery>