Get-CimVideoControllerResolution
Returns CIM video controller resolution entries for the system display adapter.
Property
Value
Module
OSD
Platform
WinPE (amd64 / arm64)
Description
Queries CIM_VideoControllerResolution, filters out low resolutions, and returns either progressive or interlaced modes based on the selected switch.
Syntax
Get-CimVideoControllerResolution [-Interlaced] [-ProgressAction <ActionPreference>] [<CommonParameters>]Parameters
Parameter
Type
Required
Description
-Interlaced
SwitchParameter
False
Returns interlaced resolutions when specified. By default, progressive resolutions are returned.
Examples
Example
Get-CimVideoControllerResolution
Returns progressive resolutions with a horizontal resolution of 800 or higher.Example
Related
Last updated
Was this helpful?

