API Reference
Command
Get-CxVideoController
Returns video controller inventory for one or more computers.
Examples
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[]
- Target computer names. Use . for the local machine or provide DNS/NetBIOS names. When omitted, the local computer is queried.
Outputs
ComputerX.Hardware.VideoControllerInfo