perfomance problem with System.Management.ObjectQuery
19 Feb 2006 17:19:45 -0800
I'm using the following code to get a list of all network connections:
string MachineName = "MyMachineName" // have also tried IP address of
local machine
//Connect to the remote computer
ConnectionOptions co = new ConnectionOptions();
//Point to machine
System.Management.ManagementScope ms = ...
|
wmi connection Access denied
Sun, 19 Feb 2006 11:55:43 +0800
Hi,
I am trying to connect using wmi to a remote computer using the following
code.
Dim Options As New System.Management.ConnectionOptions
With Options
.Impersonation =
System.Management.ImpersonationLevel.Impersonate
.Authentication = System.Management.AuthenticationLevel. ...
|
'System.Runtime.InteropServices.COMException'
Sun, 19 Feb 2006 00:46:26 +0800
Hi,
I am using wmi to connect to a remote computer. If the remote computer
cannot be connected it will pop up this error:
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in system.management.dll
Additional information: The RPC server is unavailable.
How can I handle th ...
|
monitor batch file
Thu, 16 Feb 2006 21:49:12 +0800
Hi,
I want to click on a button that launches a batch file, after the batch file
has finished executing, i want to run another task from vb.net
can someone post a sample code on this?
thanks
...
|
'System.ArgumentException' occurred in mscorlib.dll
Thu, 16 Feb 2006 21:08:07 +0800
Hi,
i am using RegistryKey.OpenRemoteBaseKey to connect to a registry key on a
remote cmputer. If the registry is not found it will pop up this error
message.
An unhandled exception of type 'System.ArgumentException' occurred in
mscorlib.dll
Additional information: Cannot delete a subkey tree because the s ...
|
Remove WMI IsInherit Qualifier
Tue, 14 Feb 2006 10:23:43 -0600
Does anyone know of a way to remove the IsInherit Qualifier from a
property's QualifierDataCollection on a WMI property?
I'm using MgmtClassGen'd classes to configure IIS, but by default, the
ManagementClasses don't override the inherited aspect of the metabase - so
if you set something like LogFilePeriod ...
|
wmi problem
14 Feb 2006 03:39:12 -0800
hii
I need to run a process in remote system with c#.i did that using
wmi..But the UI of the application was invisible in remote system..but
i can see that process in the task manager..Can anyone help me how to
get the UI for that?..thanks in advance
...
|
|
|
www.verbatim.wordpress.com
Mon, 13 Feb 2006 16:25:32 +0100
...
|
refresh service status
Mon, 13 Feb 2006 00:22:00 +0800
Hi,
Does anyone have the code to refresh the windows service status to see if a
service is still running?
thanks
...
|
delete a remote registry key
Sat, 11 Feb 2006 15:17:49 +0800
Hi,
Anyone has the code to delete a remote registry key?
thanks
...
|