Server, auf dem die Hyper-V 2016-Ermittlung ausgeführt wird

Microsoft.Windows.HyperV.2016.ServerRoleDiscovery (Discovery)

Ermittelt Microsoft Windows-Server, auf dem Hyper-V 2016 ausgeführt wird.

Knowledge Base article:

Zusammenfassung

Diese Ermittlung gibt Ihnen die Möglichkeit, Server mit Hyper-V 2016 zu ermitteln.

Die Ermittlung wird standardmäßig einmal täglich ausgeführt, kann aber über den Parameter "IntervalSeconds" neu konfiguriert werden.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.HyperV.2016.ServerRoleDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Microsoft.Windows.HyperV.2016.ServerRoleDiscovery" Enabled="onEssentialMonitoring" Target="WSDisc!Microsoft.Windows.Server.10.0.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.HyperV.2016.ServerRole">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.HyperV.2016.ServerRoleDiscoveryDataSourceModule">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>