Discover NetLogon Secure Channel Compliance Active Directory Domain Controller

OpsLogix.NetLogon.RPC.DomainController.Discovery (Discovery)

Discovers objects of class 'OpsLogix.NetLogon.RPC.DomainController.Class'. It runs the following WMI query 'SELECT * FROM win32_OperatingSystem WHERE (ProductType = "2")'

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="OpsLogix.NetLogon.RPC.DomainController.Discovery" Enabled="true" Priority="Normal" Target="Windows!Microsoft.Windows.Server.Computer" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="OpsLogix.NetLogon.RPC.DomainController.Class"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\ROOT\CIMV2</NameSpace>
<Query>SELECT * FROM win32_OperatingSystem WHERE (ProductType = "2")</Query>
<Frequency>86400</Frequency>
<ClassId>$MPElement[Name="OpsLogix.NetLogon.RPC.DomainController.Class"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>NetLogon Secure Channel Compliance Active Directory Domain Controller</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>