Individuazione ruolo Servizi file (Windows Server 2012 R2)

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

Questo oggetto individua l'installazione del ruolo Servizi file nel server con sistema operativo Windows Server 2012 R2 specificato.

Knowledge Base article:

Riepilogo

Questo oggetto utilizza una chiamata a Strumentazione gestione Windows (WMI) per individuare se il ruolo Servizi file è installato nel server con sistema operativo Windows Server 2012 R2 specificato.

Configurazione

Gli utenti con autorizzazioni di autore o amministratore in Operations Manager possono utilizzare le sostituzioni per cambiare il parametro Frequency, che controlla la frequenza di esecuzione del processo di individuazione da parte di Operations Manager. La frequenza di individuazione predefinita è pari a 12 ore (43200 secondi).

Informazioni aggiuntive

Come sostituire un monitoraggio (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>