MSDTC 2016 DTC 叢集角色探索

Microsoft.MSDTC.10.0.ClusteredRoleDiscovery (Discovery)

MSDTC 2016 叢集角色探索

Knowledge Base article:

摘要

探索 Windows Server 2016 上執行的叢集 MSDTC 角色。

探索叢集 MSDTC 角色

此探索會先檢查作業系統版本。若 OS 為 Windows Server 2016,將會尋找叢集 MSDTC 角色,並傳回電腦上的叢集角色

原因

N/A

解決方法

N/A

Element properties:

TargetMicrosoft.Windows.Server.10.0.Computer
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
ScriptProbe DataSource Microsoft.MSDTC.10.0.DataSource.ServiceDiscovery Default

Source Code:

<Discovery ID="Microsoft.MSDTC.10.0.ClusteredRoleDiscovery" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.10.0.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.MSDTC.10.0.ClusteredRoles">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Microsoft.MSDTC.10.0.ClusteredRoles" PropertyID="RoleName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="ScriptProbe" TypeID="Microsoft.MSDTC.10.0.DataSource.ServiceDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IsVirtual>true</IsVirtual>
<LogDetail>true</LogDetail>
<TimeoutSeconds>300</TimeoutSeconds>
<SourceId>$MPElement$</SourceId>
</DataSource>
</Discovery>