SSRS 2016: Server Roles Group Discovery

Microsoft.SQLServer.2016.ReportingServices.Presentation.ServerRolesGroupDiscovery (Discovery)

This object discovery populates the Server Roles group to contain all SQL Server Reporting Services Instances.

Knowledge Base article:

Summary

This object discovery populates the Server Roles group to contain all SQL Server Reporting Services Instances.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow

Yes

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.ServerRolesGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.ReportingServices.Presentation.ServerRolesGroupDiscovery" Target="GPMP!Microsoft.SQLServer.Generic.Presentation.ServerRolesGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="GPMP!Microsoft.SQLServer.Generic.Presentation.ServerRolesGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="MS2D!Microsoft.SQLServer.2016.ReportingServices.Instance"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2016.ReportingServices.Presentation.Relationships.ServerRolesGroupContainsInstances"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>