PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

12 Comments on “You need to add the RemoteFX 3D Video Adapter to VM1

  1. Microsoft® RemoteFX™ is included as part of the Remote Desktop Virtualization Host role service, and it enables the delivery of a full Windows user experience to a range of client devices including rich clients, thin clients, and ultrathin clients. RemoteFX renders content by using graphics processing units (GPUs) that are present on the server and then shared across multiple virtual desktops. RemoteFX renders a range of content including DirectX and all types of multimedia, and it is optimized for LAN-based networks.

    The number of monitors and their maximum resolution determines the amount of GPU memory on the server required by RemoteFX. This consideration is important in determining the scale for how many virtual machines a Remote Desktop Virtualization Host server can support.

    http://technet.microsoft.com/en-us/library/hh848506(v=wps.620).aspx
    http://technet.microsoft.com/en-us/library/hh848520(v=wps.620).aspx
    http://technet.microsoft.com/en-us/library/ff817586(v=ws.10).aspx




    0



    0
  2. semeva says:

    Installing and Configuring RemoteFX:
    Use the following procedures to install and configure RemoteFX:

    Install RemoteFX.

    Install the RemoteFX cap driver.

    Install the RemoteFX 3D Video Adapter on the virtual desktop




    0



    0
  3. semeva says:

    PS C:\Windows\system32> Add-VMRemoteFx3dVideoAdapter “w8mad”
    Add-VMRemoteFx3dVideoAdapter : Hyper-V cannot add a RemoteFX 3D video adapter to this virtual machine because the
    Remote Desktop Virtualization Host role service is not installed
    . Install the role service and then try again.




    2



    0
  4. To configure a RemoteFX 3D Video Adapter by using Windows PowerShell
    1.Launch Windows PowerShell with elevated privileges.

    2.Type Import-Module RemoteDesktopServices and then press ENTER.

    3.Type get-help Set-vGPUConfiguration to get usage information on configuring the number of monitors and resolution for the virtual machine on which the RemoteFX 3D Video Adapter was added.




    0



    0
  5. SyedJaved says:

    When you install the RD Virtualization Host role service, the Hyper-V role is also installed. So we can assume if Hyper-V is installed then RD Virtualization is installed as well. Check this link: http://technet.microsoft.com/en-us/library/ee216786.aspx

    Now C is done to enable one or more RemoteFX physical video adapters for use with RemoteFX-enabled virtual machines: http://technet.microsoft.com/en-us/library/hh848506.aspx

    After command C is done then D is performed on a VM (not on Hyper-V) to enable RemoteFX. Therefore the next thing to do is option C on Server1 because RemoteFX isn’t available on Hyper-V yet.

    C is the answer which is to be run on Server1.




    0



    0
    1. Navin says:

      RemoteFx doesn’t get installed when installing Hyper-v. But Hyper-V gets installed when installing RemoteFx.

      You need to Add the Role service before you can do anything.

      Answer is B.




      1



      0
  6. bytezz says:

    If the RD Virtualisation Host role service was installed, the RemoteFX adapter wouldn’t be greyed out (and could be added via this screen or the Add-VMRemoteFx3dVideoAdapter cmdlet)




    0



    0
  7. Mizzu says:

    Answer is C: Enable-VMRemoteFxPhysicalVideoAdapter enables a Physical GPU to be used with RemoteFX. If no GPU is enabled the RemoteFX 3D Video Adapter is greyed out.




    0



    0

Leave a Reply