发现安装了 Office Web Apps 的计算机

Microsoft.SharePoint.Server.2010.WACInstallation.Discovery (Discovery)

用于发现安装了 Office Web Apps 的计算机。

Knowledge Base article:

摘要

此发现规则用于发现安装了 Office Web Apps 的计算机。在成功完成此发现过程之前,将不会触发该管理包中的发现脚本。

有关详细信息,请参阅 MP 指南。

Element properties:

TargetMicrosoft.SharePoint.Foundation.2010.SPServer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SharePoint.Foundation.2010.SPSeed.DiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SharePoint.Server.2010.WACInstallation.Discovery" Enabled="onEssentialMonitoring" Target="WSS!Microsoft.SharePoint.Foundation.2010.SPServer" ConfirmDelivery="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePoint.Server.2010.WACInstallation">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="WSS!Microsoft.SharePoint.Foundation.2010.SPSeed.DiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ClassId>$MPElement[Name="Microsoft.SharePoint.Server.2010.WACInstallation"]$</ClassId>
<RegistryKey>Software\Microsoft\Windows\CurrentVersion\Uninstall\Office14.WCSERVER</RegistryKey>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Host/Property[Type="System!System.Entity"]/DisplayName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>