Discovery
Last updated 4 years ago
Was this helpful?
Retrieving running application window titles:
get-process | where-object {$_.mainwindowtitle -ne ""} | Select-Object mainwindowtitle
A COM method that also includes the process path and window location coordinates: