Search Result

Collapse
9 results in 0.0038 seconds.
Keywords
Members
Tags
wmi
  •  

  • gyanendar
    started a topic HRESULT: 0x80010108 (RPC_E_DISCONNECTED)
    in C

    HRESULT: 0x80010108 (RPC_E_DISCONNECTED)

    Hi ,

    I am invoking a WMI method(served by WMI provider) from managed C++ code .Sometimes I am getting Exception :

    System.Runtime. InteropServices .COMException was unhandled by user code

    Message="The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNE CTED))"

    Source="mscorli b"

    I browsed this on google...
    See more | Go to post

  • Pakmarshal
    started a topic Start/Stop windows service dependent on wmi
    in .NET

    Start/Stop windows service dependent on wmi

    Hi,
    I have developed a windows service which records the applications (processes) that runs on the machine.

    To get the process start trigger i have used wmi.

    Code:
     Obj_ManagementStartWatcher = New ManagementEventWatcher("Select * From Win32_ProcessStartTrace")
      AddHandler mObj_ManagementStartWatcher.EventArrived, AddressOf Proces_Arrived
       Obj_ManagementStartWatcher.Start()
    ...
    See more | Go to post

  • dotpranay
    started a topic How to find windows service last start time?
    in .NET

    How to find windows service last start time?

    Hi, I am working on a C# based monitoring application mostly using WMI to do the monitoring.

    I have a requirement of finding the last start time of a windows service i.e., the exact time when the windows service was started.

    Upon further investigation, i found that i can get the windows process details related to a particular windows service. But, still couldn't figure out how to find the last start time..
    ...
    See more | Go to post

  • System.Management.ManagementException: Invalid parameter

    I have created a windows Service which invokes executables on remote machines, waits for it to complete and then proceeds to the next machine on the network.
    The Account type for the windows Service is "Network Service". For monitoring if the process is completed on the remote machine, I am using ManagementEvent Watcher class. I get the following error when I start the Management event watcher object.

    System.Manageme nt.ManagementEx ception:...
    See more | Go to post

  • Alex Maw
    started a topic How to determine what drives are SSDs

    How to determine what drives are SSDs

    I'm making C# tools that, for various reasons, I want to be able to detect SSDs.

    I've been trying to uses WMI to get the relevant info, perhaps using it to get the hardware serial numbers from Win32_PhysicalM edia and extrapolating which drives are SSDs from there (a drive with an Intel serial is going to be an SSD, for example) but I was only able to produce a list of drive serials, when really I want to be able to link the logical...
    See more | Go to post

  • Application to monitor and restart Print Spooler with WMI

    Hello all,

    I need to create an application to monitor, restart, control a printer!! I tried to read about it and I want to do with WMI to control the Print Spooler (I heard that its the better way and I want to learn this kind of projects as well)

    Does anyone can help me with this?
    Do you know where can I get more information or some examples?

    Thanks in Advance

    Best Regards
    See more | Go to post

  • How to know Who Made Changes in Active Directory Using WMI?

    Hi Everyone,

    I am using WMI to track the changes in Active Directory. I am using System.Manageme nt namespace of .net framework for this purpose. I can successfully track all the changes but I am unable to find out that how to know that WHO made that changes? Can someone please guide me that how can i do it using WMI or if there is any other alternative?

    Thanks
    -Akhtar
    See more | Go to post

  • Tsubaki
    started a topic WMI events

    WMI events

    Hello everyone.

    Which one is best to use for remote administration of multiple computers?
    synchronous, semi-synchronous or asynchronous?

    Thanks a lot,
    Tsubaki
    See more | Go to post

  • Read WMI from FF extension and [SOLVED]Change value of textbox via Firefox extension

    as title says i wish to change the value of a textfield in the current website.

    Basicly it enters a certan user and pass on a certan website, both will be stoerd in the prefrences.

    then the script will check if the website is the correct it will logon and click submit.

    also (sorry for merging 2 questions) is it possible to get WMI data from within a firefox extension , i can do it in VBscript.

    Thankyou...
    See more | Go to post
    Last edited by GhOsTTeCh; Jan 15 '09, 04:11 AM. Reason: forgot ";" :$
Working...