Microsoft Exam Questions

You need to add the RemoteFX 3D Video Adapter to VM1

Your network contains an Active Directory domain named contoso.com. The domain contains a server named
Server1. Server1 runs Windows Server 2012 and has the Hyper- V server role installed.
On Server1, you create a virtual machine named VM1.
When you try to add a RemoteFX 3D Video Adapter to VM1, you discover that the option is unavailable as
shown in the following exhibit. (Refer to the Exhibit.)

You need to add the RemoteFX 3D Video Adapter to VM1.
What should you do first?

A.
On Server1, install the Media Foundation feature.

B.
On Server1, install the Remote Desktop Visualization Host (RD Visualization Host) role service.

C.
On Server1, run the Enable-VMRemoteFxPhysicalVideoAdaptercmdlet.

D.
On Server1, run the Add-VMRemoteFx3dVideoAdapter cmdlet.

Explanation:
http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/c7a6cf20-9c66-4fda- ac36-0f069660c174/
Does Hyper-V Server 01 support RemoteFX desktops?
I am not sure if you already solved this but I ran into an issue when I was trying to enable the
RemoteFX video adapter to a VM and had to add it using powershell. This is what I used:
Import-Module RemoteDesktopServices
Add-VMRemoteFx3dVideoAdapter -VMNameVirtualMachineName Where VirtualMachineName isthe name of
your VM. If I did not do this it was impossible to add the vGPU to the VM and it justgave me errors.
Add-VMRemoteFx3dVideoAdapter -VMNameVirtualMachineName