Monitor de GPU de funcionalidad RemoteFX de Hyper-V 2016 y 1709+

Microsoft.Windows.HyperV.RemoteFxCapableMonitor (UnitMonitor)

Supervisa la compatibilidad con RemoteFX de las GPU del servidor.

Knowledge Base article:

Resumen

Este monitor verificar si las GPU son compatibles con RemoteFX.

Causas

La GPU del servidor no puede ser una GPU compatible con DX11.

Soluciones

Consulte el sitio de Microsoft para obtener información sobre GPU compatibles con RemoteFX.

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.VirtualMachine
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.RemoteFXMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Las GPU instaladas en este servidor no son compatibles con RemoteFX. Las máquinas virtuales que están configuradas para utilizar la GPU no se iniciarán.
Las GPU instaladas en este servidor no son compatibles con RemoteFX. Las máquinas virtuales que están configuradas para utilizar la GPU no se iniciarán.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.RemoteFxCapableMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.VirtualMachine" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.RemoteFXMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.RemoteFxCapableMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="RemoteFXCapableHardware" MonitorTypeStateID="HostHealthy" HealthState="Success"/>
<OperationalState ID="RemoteFXInCapableHardware" MonitorTypeStateID="HostCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
<PropertyName>RemoteFXCapable</PropertyName>
</Configuration>
</UnitMonitor>