Events in a remote computer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sgr

    #1

    Events in a remote computer

    Hello,
    I am making a program that allows me to read the Windows events, I would
    like that in addition to the local equipment it could read of a remote
    computer of my network.
    As this with VB .net could be done?
    Thank you very much
  • Anand[MVP]

    #2
    RE: Events in a remote computer

    Try using WMI.
    You can do it from .NET using the System.Manageme nt.Instrumentat ion class.

    --
    Rgds,
    Anand
    VB.NET MVP



    "sgr" wrote:
    Hello,
    I am making a program that allows me to read the Windows events, I would
    like that in addition to the local equipment it could read of a remote
    computer of my network.
    As this with VB .net could be done?
    Thank you very much

    Comment

    Working...