Set-VMRemoteFx3dVideoAdapter

Set-VMRemoteFx3dVideoAdapter

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

구문

Parameter Set: Object
Set-VMRemoteFx3dVideoAdapter [-VMRemoteFx3dVideoAdapter] <VMRemoteFx3DVideoAdapter[]> [[-MonitorCount] <Byte> ] [[-MaximumResolution] <String> ] [-Passthru] [ <CommonParameters>]

Parameter Set: VMName
Set-VMRemoteFx3dVideoAdapter [-VMName] <String[]> [[-MonitorCount] <Byte> ] [[-MaximumResolution] <String> ] [-ComputerName <String[]> ] [-Passthru] [ <CommonParameters>]

Parameter Set: VMObject
Set-VMRemoteFx3dVideoAdapter [-VM] <VirtualMachine[]> [[-MonitorCount] <Byte> ] [[-MaximumResolution] <String> ] [-Passthru] [ <CommonParameters>]

자세한 설명

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

매개 변수

-ComputerName<String[]>

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

별칭

없음

필수 여부

false

위치

named

기본값

.

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-MaximumResolution<String>

Specifies the maximum resolution supported by this adapter.

별칭

없음

필수 여부

false

위치

3

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

true

-MonitorCount<Byte>

Specifies the maximum number of monitors supported by this adapter.

별칭

없음

필수 여부

false

위치

2

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Passthru

Specifies that a Microsoft.HyperV.PowerShell.RemoteFxVideoAdapter object is to be passed through to the pipeline representing the adapter to be configured.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-VM<VirtualMachine[]>

Specifies the virtual machine on which the adapter is to be configured.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

true (ByValue)

와일드카드 문자 허용 여부

false

-VMName<String[]>

Specifies the name of the virtual machine on which the adapter is to be configured.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

true (ByValue)

와일드카드 문자 허용 여부

true

-VMRemoteFx3dVideoAdapter<VMRemoteFx3DVideoAdapter[]>

Specifies the adapter to be configured.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

true (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • None by default; Microsoft.HyperV.PowerShell.RemoteFxVideoAdapter if –PassThru is specified.

예제

Example 1

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

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