Filip Konopik

PowerShell scripts and automation tools that just work.

PowerShell: Get Screen Resolution
Peripherals & Power

PowerShell: Get Screen Resolution

Need to check the current screen resolution - for troubleshooting a display issue, confirming a monitor setup, or documentation? This one-liner pulls it straight from the system. Prerequisites: * Privileges: None * Module: Built-in, no import needed Quick Command: Get-CimInstance -ClassName Win32_VideoController | Select-object CurrentHorizontalResolution, CurrentVerticalResolution Example Command: CurrentHorizontalResolution
1 min read