Filtjänsternas rollidentifiering (Windows Server 2012 R2)

Microsoft.Windows.FileServices.6.3.Discovery (Discovery)

Detta objekt identifierar om filtjänsternas roll finns installerad på den specificerade servern som kör Windows Server 2012 R2.

Knowledge Base article:

Sammanfattning

Detta objekt använder anropet WMI (Windows Management Instrumentation) för att identifiera om filtjänsternas roll finns installerad på den specificerade servern som kör Windows Server 2012 R2.

Konfiguration

Användare med författar- eller administratörsrättigheter i Operations Manager kan använda åsidosättningar för att ändra parametern Frekvens , som styr hur ofta Operations Manager kör identifieringsprocessen. Som standard är identifieringsfrekvensen 12 timmar (43 200 sekunder).

Mer information

Hur man åsidosätter en övervakare (http://go.microsoft.com/fwlink/?LinkId=171027)

Element properties:

TargetMicrosoft.Windows.FileServices.6.3.Seed
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.Windows.FileServices.6.3.Discovery" Enabled="true" Target="Microsoft.Windows.FileServices.6.3.Seed" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.FileServices.6.3.FileServer">
<Property TypeID="FileServices!Microsoft.Windows.FileServer" PropertyID="IsOnVirtualNode"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsComputerRole"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$\ROOT\CIMV2</NameSpace>
<Query>SELECT ID, Name FROM Win32_ServerFeature WHERE ID = '6'</Query>
<Frequency>43200</Frequency>
<ClassId>$MPElement[Name="Microsoft.Windows.FileServices.6.3.FileServer"]$</ClassId>
<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="FileServices!Microsoft.Windows.FileServer"]/IsOnVirtualNode$</Name>
<Value>$Target/Property[Type="Microsoft.Windows.FileServices.6.3.Seed"]/IsOnVirtualNode$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>