Results 1 to 2 of 2

Thread: How to use Win32_LoggedOnUser WMI classes??

  1. #1

    Thread Starter
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    How to use Win32_LoggedOnUser WMI classes??

    The 2 Properties defined within this class is:
    Code:
    class Win32_LoggedOnUser : CIM_Dependency
    {
      Win32_Account ref Antecedent;
      Win32_LogonSession ref Dependent;
    };
    I could not understand how to retrieve information using this class. If anyone could could give some tips??

    Thank you
    Show Appreciation. Rate Posts.

  2. #2

    Thread Starter
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: How to use Win32_LoggedOnUser WMI classes??

    I am just trying to retrive the current logged on user name using this WMI class.
    Show Appreciation. Rate Posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width