I’m looking for something similar to the output of following the powershell script:
Get-WmiObject Win32_VideoController | Select SystemName, CurrentHorizontalResolution, CurrentVerticalResolution
Which outputs:
SystemName CurrentHorizontalResolution CurrentVerticalResolution
---------- --------------------------- -------------------------
PC_NAME 3840 2160
Any help or guidance will be appreciated.