PowerShell Logo Small

Set-VMRemoteFx3dVideoAdapter



This is the built-in help made by Microsoft for the command 'Set-VMRemoteFx3dVideoAdapter', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Configures the RemoteFX 3D video adapter of a virtual machine.

SYNTAX


Set-VMRemoteFx3dVideoAdapter [-VMName] <String[]> [[-MonitorCount] <Byte>] [[-MaximumResolution] <String>] [-ComputerName <String[]>]
[-Passthru] [<CommonParameters>]
Set-VMRemoteFx3dVideoAdapter [-VM] <VirtualMachine[]> [[-MonitorCount] <Byte>] [[-MaximumResolution] <String>] [-Passthru] [<CommonParameters>]
Set-VMRemoteFx3dVideoAdapter [-VMRemoteFx3dVideoAdapter] <VMRemoteFx3DVideoAdapter[]> [[-MonitorCount] <Byte>] [[-MaximumResolution] <String>]
[-Passthru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-VMRemoteFx3dVideoAdapter cmdlet configures the RemoteFX 3D video adapter of a virtual machine.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Set-VMRemoteFx3dVideoAdapter –VMName TestVM –MaximumResolution 1920x1200



Sets the maximum resolution of the RemoteFX adapter on virtual machine TestVM to 1920x1200.