Populate the Windows Server 2016 and 1709+ File Servers computer group

Microsoft.Windows.FileServices.10.0.AllServers.Discovery (Discovery)

This discovery will populate the Windows Server 2016 and 1709+ File Servers computer group with all Windows 8 Servers being monitored that are running the File Services role

Knowledge Base article:

Summary

This object uses a Windows Management Instrumentation (WMI) call to discover if the File Services role is installed on the specified server running Windows Server 2016 and 1709+.

Configuration

Users with Author or Administrator permissions in Operations Manager can use overrides to change the Frequency parameter, which controls how often Operations Manager runs the discovery process. The default discovery frequency is 12 hours (43200 seconds).

Additional

How to Override a Monitor (http://go.microsoft.com/fwlink/?LinkId=171027)

Element properties:

TargetMicrosoft.Windows.FileServices.10.0.AllServers
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.FileServices.10.0.AllServers.Discovery" Enabled="true" Target="Microsoft.Windows.FileServices.10.0.AllServers">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulator" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.FileServices.10.0.FileServer"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>