Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find open windows from all logon sessions
#1
I would like to be able check if a window is open on a remote PC.
So far I have tried accessing the remote PC using SysInternals psexec.exe and PowerShell's Invoke-Command.
When I run the remote command, it is not running in the Windows session that the logged on user is running, and the methods I have tried so far do not return the logged-on session's windows: QM compiled EXE: win("" "" "" 0x400 0 0 a), PowerShell: (get-process).MainWindowTitle, cmdow.exe

How can I return a list of all open windows for the logged on user, from a remote PC?
How can I return a list of all open windows for all login sessions on the PC (eg Remote Desktop Server)?

Thanks for your help.


Forum Jump:


Users browsing this thread: 1 Guest(s)