AD LDS Application Partition Discovery

Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery (Discovery)

The discovery mechanism for AD LDS application partitions and configuration sets

Element properties:

TargetMicrosoft.Windows.Server.LDS.Service
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery.DataSource DataSource Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery.DataSourceType Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery" Enabled="true" Target="Microsoft.Windows.Server.LDS.Service" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.LDS.ApplicationPartition">
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartition" PropertyID="Name"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartition" PropertyID="DistinguishedName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance">
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="Name"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="DistinguishedName"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="Host"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="Instance"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="LDAPPort"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" PropertyID="LDAPSSLPort"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.Server.LDS.ConfigurationSet">
<Property TypeID="Microsoft.Windows.Server.LDS.ConfigurationSet" PropertyID="Name"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ConfigurationSet" PropertyID="DistinguishedName"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ConfigurationSet" PropertyID="SchemaMaster"/>
<Property TypeID="Microsoft.Windows.Server.LDS.ConfigurationSet" PropertyID="DomainNamingMaster"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery.DataSource" TypeID="Microsoft.Windows.Server.LDS.ApplicationPartition.Discovery.DataSourceType">
<SourceId>$MPElement$</SourceId>
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<IntervalSeconds>14400</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>60</TimeoutSeconds>
<ComputerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerPrincipalName>
<InstanceName>$Target/Property[Type="Microsoft.Windows.Server.LDS.Service"]/Name$</InstanceName>
<LDAPPort>$Target/Property[Type="Microsoft.Windows.Server.LDS.Service"]/LDAPPort$</LDAPPort>
<LDAPSSLPort>$Target/Property[Type="Microsoft.Windows.Server.LDS.Service"]/LDAPSSLPort$</LDAPSSLPort>
</DataSource>
</Discovery>