I think I'm going to run into the same security problems I did with WMI, but I will look in to that more. Does anyone have any other suggestions?
Marutar
Posts
-
Seeing who is logged on a server remotely? -
Seeing who is logged on a server remotely?For the past few days I've been searching for a way to see who is loggin in on a terminal/server without having log on yourself and check. Originally I had planned to use WMI, but I ran into too many difficulties with security issues. I've recently switched to trying a RPC program that I can just load on every computer and have it check who is logged on and toss me back the info. However, during this entire process I've felt like I'm inventing the wheel all over again. Surely there is someone who has done this before? Does anyone know of any programs/resources I could turn to?
-
[Message Deleted]I've been using the WMI code generator to get my start, but I'm having trouble figuring out how to implement WMI in C# on my own. I've figured out that what I'll probably do to check who is logged on the computer remotly is use: -Win32_Process, filter where name='explorer.exe' And then: -GetOwner to throw back the username. Are u familiar on how to implement WMI in C#? I could really use a hand.
-
[Message Deleted][Message Deleted]