Dicovery For Office Education Services Installed Machine

Microsoft.SharePoint.2013.EduInstallation.Discovery (Discovery)

Discovery for the machine with Office Education Services installed.

Knowledge Base article:

Summary

This Discovery Rule discovers the machines with SharePoint Education service installed. Discovery scripts in this management pack won't be triggered until this discovery completes successfully.

Please refer to the MP Guide for more information.

Element properties:

TargetMicrosoft.SharePoint.2013.SPServer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SharePoint.2013.EduInstallation.Discovery" Enabled="onEssentialMonitoring" Target="WSS15Core!Microsoft.SharePoint.2013.SPServer" ConfirmDelivery="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.EduInstallation">
<Property PropertyID="DisplayName" TypeID="System!System.Entity"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="WSS!Microsoft.SharePoint.SPSeed.DiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ClassId>$MPElement[Name="Microsoft.SharePoint.2013.EduInstallation"]$</ClassId>
<RegistryKey>Software\Microsoft\Windows\CurrentVersion\Uninstall\Office15.OSERVER</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>