Get-CimInstance -ClassName Win32_VideoController used in main branch will miss monitors info when using fewer graphics cards than monitors.
Meanwhile, the command in another branch fixed this but uses display resolution instead of native resolution. For example, when using 200% scale on a 4K monitor, you will get 1920 x 1080 in Display area.
Get-CimInstance -ClassName Win32_VideoControllerused in main branch will miss monitors info when using fewer graphics cards than monitors.Meanwhile, the command in another branch fixed this but uses display resolution instead of native resolution. For example, when using 200% scale on a 4K monitor, you will get
1920 x 1080inDisplayarea.