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...
Search Result
Collapse
9 results in 0.0038 seconds.
Keywords
Members
Tags
-
HRESULT: 0x80010108 (RPC_E_DISCONNECTED)
-
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()
-
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..
... -
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:... -
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... -
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 -
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 -
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 -
GhOsTTeCh started a topic Read WMI from FF extension and [SOLVED]Change value of textbox via Firefox extensionin JavascriptRead 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...