Group SharePoint Objects

Microsoft.SharePoint.Library.ObjectsGroup.Discovery (Discovery)

This populates all discovered objects into 'SharePoint 2016 Objects Group'.

Knowledge Base article:

Summary

This Discovery Rule populates all discovered objects into 'SharePoint 2016 Objects Group'.

Please refer to the MP Guide for more information.

Element properties:

TargetMicrosoft.SharePoint.Library.ObjectsGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
GroupPopulationDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SharePoint.Library.ObjectsGroup.Discovery" Enabled="true" Target="Microsoft.SharePoint.Library.ObjectsGroup" ConfirmDelivery="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.SharePoint.Library.ObjectsGroup"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SharePoint.Library.SPFarmGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIG!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>