Get-VMRemoteFXPhysicalVideoAdapter

Get-VMRemoteFXPhysicalVideoAdapter

Gets the RemoteFX physical graphics adapters on one or more Hyper-V hosts.

Syntax

Parameter Set: Default
Get-VMRemoteFXPhysicalVideoAdapter [[-Name] <String[]> ] [-ComputerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-VMRemoteFXPhysicalVideoAdapter cmdlet gets the RemoteFX physical graphics adapters on one or more Hyper-V hosts.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts from which the RemoteFX physical graphics adapters are to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies the names of one or more RemoteFX physical graphics adapters to be retrieved.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

true

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter[]

Examples

Example 1

Gets all RemoteFX physical video adapters on the Hyper-V host.

PS C:\> Get-VMRemoteFXPhysicalVideoAdapter

Example 2

Gets all RemoteFX physical video adapters on the Hyper-V host which include the sequence Nvidia in their name.

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