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>]

Detaillierte Beschreibung

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

Parameter

-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.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

.

Pipelineeingaben akzeptieren?

true (ByValue, ByPropertyName)

Platzhalterzeichen akzeptieren?

false

-Name<String[]>

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

Aliasse

Keiner

Erforderlich?

false

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

true (ByValue)

Platzhalterzeichen akzeptieren?

true

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • Microsoft.HyperV.PowerShell.VMRemoteFXPhysicalVideoAdapter[]

Beispiele

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*