I need an overview of the session id's populated by the WMI namespace "Root\Citrix"
Query: select * from MetaFrame_Session
The reason is that this NameSpace contains session id & state and other stuff, concrete i want to list all sessions on computers witch has a id > 65000 and a state "Down"
Another example
select SessionID, SessionName, SessionState from MetaFrame_Session Where SessionID > 65500