-
as seen on Server Fault
- Search for 'Server Fault'
I am running into a very quirky issue and I hope someone out there can help. We use a monitoring program for several networks we oversee that is WMI data dependent for a great deal of it's functionality. The Windows 2000 Professional workstations, as well as the 2003 servers in our network report…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've developed a tool that does a simple retrieval of registered services and installed applications from remote Windows Server 2003 servers via WMI.
My problem is, the tool needs to be run on an ad hoc basis by a user who is not an administrator of those servers.
I've created a domain user (which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know the resolution to the following error. In this scenario, TFS will be using a local report server instance which points uses a separate SQL Server database engine instance.
An error occurred while querying the
Windows Management Instrumentation
(WMI) interface on the following
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a VBscript that outputs various config items about a system. Both hardware and software. I can output disks and their associated partitions. I can output mount points. I do not seem to be able to associate a mount point with a local disk (where it actually is a local disk).
I need to be able…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the below procedures running one after the Other. It seems to work fine in Windows 7 but fails on Windows Server 2003 R2. Any Ideas Why? Am i suppose to be disposing
For Cpu
ManagementObjectSearcher cpuSearcher = new ManagementObjectSearcher("root\\CIMv2", "SELECT * FROM Win32_Processor");
foreach…
>>> More