Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Marutar

@Marutar
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Seeing who is logged on a server remotely?
    M Marutar

    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?

    C# sysadmin algorithms security question

  • Seeing who is logged on a server remotely?
    M Marutar

    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?

    C# sysadmin algorithms security question

  • [Message Deleted]
    M Marutar

    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.

    C#

  • [Message Deleted]
    M Marutar

    [Message Deleted]

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups