List of Open Windows

Job ID: 34614851

Budget: $10 – $25 USD

Hi, I have a PowerShell script that gives me a list of the open windows in Windows. However it's only showing me a single item in the list (in case I have multiple Windows open in Excel, Word or Outlook etc.). I need someone to modify the script to show all active windows open for these applications too.

This is the basis of the current script:

Get-Process | Where-Object {$_.MainWindowTitle -ne ""} | Select-Object MainWindowTitle | Out-String -Width 120
Related categories: Windows Desktop Powershell