TestimoX

API Reference

Command

Get-CxVideoController

Namespace ComputerX.PowerShell
Inputs
System.String[]
Outputs
ComputerX.Hardware.VideoControllerInfo

Returns video controller inventory for one or more computers.

Examples

Authored help example

Example 1: Lists the local video controller inventory.

PS>


Get-CxVideoController
        

Example 2: Queries remote session hosts to confirm installed adapters and driver versions.

PS>


Get-CxVideoController -ComputerName RDS01,RDS02 | Select-Object ComputerName,Name,DriverVersion,AdapterRAM
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxVideoController [-ComputerName <string[]>] [<CommonParameters>]
#

Parameters

ComputerName string[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)
Target computer names. Use . for the local machine or provide DNS/NetBIOS names. When omitted, the local computer is queried.

Outputs

ComputerX.Hardware.VideoControllerInfo