PowerShell Logo Small

Add-VMRemoteFx3dVideoAdapter



This is the built-in help made by Microsoft for the command 'Add-VMRemoteFx3dVideoAdapter', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Adds a RemoteFX video adapter in a virtual machine.

SYNTAX


Add-VMRemoteFx3dVideoAdapter [-VMName] <String[]> [-ComputerName <String[]>] [-Passthru] [<CommonParameters>]
Add-VMRemoteFx3dVideoAdapter [-VM] <VirtualMachine[]> [-Passthru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-VMRemoteFx3dVideoAdapter cmdlet adds a RemovteFX video adapter in a virtual machine.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306814

REMARKS

<

Examples


Example 1

PS C:\>Add-VMRemoteFx3dVideoAdapter –VMName Test



Adds a RemoteFX video adapter to virtual machine Test.




Example 2

PS C:\>Get-VM Test | Add-VMRemoteFx3dVideoAdapter



Adds a RemoteFX video adapter to virtual machine Test.