Application Window Discovery
Discovery
get-process | where-object {$_.mainwindowtitle -ne ""} | Select-Object mainwindowtitle

References
Last updated
Discovery
get-process | where-object {$_.mainwindowtitle -ne ""} | Select-Object mainwindowtitle

Last updated
[activator]::CreateInstance([type]::GetTypeFromCLSID("13709620-C279-11CE-A49E-444553540000")).windows()