Is there a way in PS to query an RDS server, and see exactly which RemoteApp a user is running? I know how to get the RemoteApp collections (simple, in my case, as I only have 1);and how to then get details of all those apps. I know how to get the list of users currently in RDS. I don't see a cmdlet that will return what published RemoteApp a specific user is running.
Would I have to: - query the collection for the FilePath of the specific RemoteApp I am interested in - query for which session host my user is on - query the running processes of that session host for all processes that my user has started - loop these processes, matching the EXE of that process with the EXE of the RemoteApp I am interested in Display matches, to see that Joe is running WordPad as a RemoteApp (as a simple example)? Or am I just not seeing a cmdlet that will tell me what I want to know, about what Joe is doing on my server? Thanks ================================================ Did you know you can also post and find answers on PowerShell in the forums? http://www.myitforum.com/forums/default.asp?catApp=1

