Remove-VMRemoteFx3dVideoAdapter

Remove-VMRemoteFx3dVideoAdapter

Removes a RemoteFX 3D video adapter from a virtual machine.

Syntax

Parameter Set: VMName
Remove-VMRemoteFx3dVideoAdapter [-VMName] <String[]> [-ComputerName <String[]> ] [-Passthru] [ <CommonParameters>]

Parameter Set: RemoteFXAdapter
Remove-VMRemoteFx3dVideoAdapter [-VMRemoteFx3dVideoAdapter] <VMRemoteFx3DVideoAdapter[]> [-Passthru] [ <CommonParameters>]

Parameter Set: VMObject
Remove-VMRemoteFx3dVideoAdapter [-VM] <VirtualMachine[]> [-Passthru] [ <CommonParameters>]

Detailed Description

The Remove-VMRemoteFx3dVideoAdapter cmdlet removes a RemoteFX 3D video adapter from a virtual machine.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which a RemoteFX 3D video adapter is to be removed. 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

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Passthru

Specifies that a VMRemoteFxVideoAdapter object is to be to be passed through to the pipeline representing the RemoteFX 3D video adapter to be removed.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMRemoteFx3dVideoAdapter<VMRemoteFx3DVideoAdapter[]>

Specifies the RemoteFX 3D video adapater to be removed.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VM<VirtualMachine[]>

Specifies the virtual machine from which the RemoteFX 3D video adapter to be removed.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMName<String[]>

Specifies the name of the virtual machine from which the RemoteFX 3D video adapter is to be removed.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

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

  • None by default; VMRemoteFxVideoAdapter if –PassThru is specified.

Examples

Example 1

Removes the RemoteFX adapter from virtual machines TestVM1 and TestVM2.

PS C:\> Remove-VMRemoteFx3dVideoAdapter –VMName TestVM1,TestVM2