SharePoint 伺服器陣列探索

Microsoft.SharePoint.2013.SPFarm.Discovery (Discovery)

這會探索 SharePoint 伺服器陣列與伺服器的資訊。

Knowledge Base article:

總結

此探索規則會探索 SharePoint 伺服器陣列與伺服器的資訊。此指令檔所要探索的物件亦包括了設定資料庫與無法識別的機器。

如需詳細資訊,請參閱管理組件指南。

Element properties:

TargetMicrosoft.SharePoint.2013.WSSInstallation
EnabledTrue
Frequency28800
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
WSS.2013.DiscoveryDataSource DataSource Microsoft.SharePoint.2013.SPFarm.DiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SharePoint.2013.SPFarm.Discovery" Enabled="onEssentialMonitoring" Target="Microsoft.SharePoint.2013.WSSInstallation" ConfirmDelivery="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPFarm">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPFarm"/>
<Property PropertyID="FarmName" TypeID="WSS!Microsoft.SharePoint.SPFarm"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.Unidentified.SPMachine">
<Property PropertyID="PrincipalName" TypeID="Windows!Microsoft.Windows.Computer"/>
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPConfiguration">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPDatabase"/>
<Property PropertyID="DatabaseID" TypeID="WSS!Microsoft.SharePoint.SPDatabase"/>
<Property PropertyID="ConnectionString" TypeID="WSS!Microsoft.SharePoint.SPDatabase"/>
<Property PropertyID="LegacyConnectionString" TypeID="WSS!Microsoft.SharePoint.SPDatabase"/>
<Property PropertyID="Server" TypeID="WSS!Microsoft.SharePoint.SPConfiguration"/>
<Property PropertyID="Database" TypeID="WSS!Microsoft.SharePoint.SPConfiguration"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPServerGroup">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPServerGroup"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPServer">
<Property PropertyID="PrincipalName" TypeID="Windows!Microsoft.Windows.Computer"/>
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="ComputerID" TypeID="WSS!Microsoft.SharePoint.SPServer"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPServer"/>
<Property PropertyID="SPRole" TypeID="WSS!Microsoft.SharePoint.SPServer"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPServiceGroup">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPServiceGroup"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPWebApplicationGroup">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPWebApplicationGroup"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPSharedServiceGroup">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
<Property PropertyID="FarmID" TypeID="WSS!Microsoft.SharePoint.SPSharedServiceGroup"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.Unidentified.Contains.SPMachine"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPConfiguration"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPServerGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPServiceGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPWebApplicationGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPSharedServiceGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPFarm.Contains.SPHARuleGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleGroup.Contains.SPHARuleSubGroup"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPServerGroup.Contains.SPServer"/>
</DiscoveryTypes>
<DataSource ID="WSS.2013.DiscoveryDataSource" TypeID="Microsoft.SharePoint.2013.SPFarm.DiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>28800</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<DebugTrace>false</DebugTrace>
</DataSource>
</Discovery>