PowerShell Logo Small

Enable-VMRemoteFXPhysicalVideoAdapter



This is the built-in help made by Microsoft for the command 'Enable-VMRemoteFXPhysicalVideoAdapter', 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

Enables one or more RemoteFX physical video adapters for use with RemoteFX-enabled virtual machines.

SYNTAX


Enable-VMRemoteFXPhysicalVideoAdapter [-Name] <String[]> [-ComputerName <String[]>] [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]
Enable-VMRemoteFXPhysicalVideoAdapter [-GPU] <VMRemoteFXPhysicalVideoAdapter[]> [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-VMRemoteFXPhysicalVideoAdapter cmdlet enables one or more RemoteFX physical video adapters to be used with RemoteFX-enabled virtual machines.



<

RELATED LINKS


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

REMARKS

<

Examples


Code Example Title

PS C:\>Get-VMRemoteFXPhysicalVideoAdapter –Name *Nvidia* | Enable-VMRemoteFXPhysicalVideoAdapter



Enables all RemoteFX physical video adapters which include the sequence “Nvidia” in their name.