SPHARule 发现

Microsoft.SharePoint.2016.SPHARule.Discovery (Discovery)

它可以发现 SharePoint 运行状况分析器 (SPHA) 的规则。

Knowledge Base article:

摘要

此发现规则可发现 SharePoint 运行状况分析器 (SPHA) 的规则。此脚本发现的对象取决于 SharePoint 和用户提供的 SPHA 规则。

请参阅 MP 指南了解详细信息。

Element properties:

TargetMicrosoft.SharePoint.2016.SPServer
EnabledTrue
Frequency28800
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
MOSS.2016.DiscoveryDataSource DataSource Microsoft.SharePoint.2016.SPHARule.DiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SharePoint.2016.SPHARule.Discovery" Target="Microsoft.SharePoint.2016.SPServer" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePoint.2016.SPHARule.Availability"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2016.SPHARule.Configuration"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2016.SPHARule.Performance"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2016.SPHARule.Security"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2016.SPHARule.Custom"/>
<DiscoveryRelationship TypeID="MOSS!Microsoft.SharePoint.Library.SPHARuleSubGroup.Contains.SPHARule.Availability"/>
<DiscoveryRelationship TypeID="MOSS!Microsoft.SharePoint.Library.SPHARuleSubGroup.Contains.SPHARule.Configuration"/>
<DiscoveryRelationship TypeID="MOSS!Microsoft.SharePoint.Library.SPHARuleSubGroup.Contains.SPHARule.Custom"/>
<DiscoveryRelationship TypeID="MOSS!Microsoft.SharePoint.Library.SPHARuleSubGroup.Contains.SPHARule.Performance"/>
<DiscoveryRelationship TypeID="MOSS!Microsoft.SharePoint.Library.SPHARuleSubGroup.Contains.SPHARule.Security"/>
</DiscoveryTypes>
<DataSource ID="MOSS.2016.DiscoveryDataSource" TypeID="Microsoft.SharePoint.2016.SPHARule.DiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>28800</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<DebugTrace>false</DebugTrace>
</DataSource>
</Discovery>