Link between Tse User Account and Tse Session?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI

I looking for one solutions with WMI to extract datas on "Tse User account" and "Tse session" in live connection

Because i hope, Get global information on one User in connection (account, session, softs used
on the fly with Wmi Event

I have localised several Wmi classes on TSE server
- Win32_LogonSession : I get datas on all Session
- Win32_UserAccount. : I get datas on User
- Win32_Process : I get datas on software

But no links with user and session!!

How can i get theses informations in WMI, What is classes to use?

Thank you for repl

Olivier
 
I am not very clear on what exact user and session information you are
trying to find. However, following info on TS WMI provider may be helpful

http://msdn.microsoft.com/library/d...v/termserv/terminal_services_wmi_provider.asp

http://msdn.microsoft.com/library/d.../terminal_services_wmi_provider_reference.asp

--
This posting is provided "AS IS" with no warranties, and confers no rights.
TS FAQ:
http://www.microsoft.com/windows2000/community/centers/terminal/terminal_faq.mspx



Olivier Alessandri said:
HI,

I looking for one solutions with WMI to extract datas on "Tse User
account" and "Tse session" in live connection.
 
Win32_LoggedOnUser is the association class which links Win32_UserAccount
and Win32_LogonSession. This class was added in WinXP.

--
-Philip

This posting is provided "As Is" with no warranties, and confers no rights.
Olivier Alessandri said:
HI,

I looking for one solutions with WMI to extract datas on "Tse User
account" and "Tse session" in live connection.
 
Back
Top