0
votes
0answers
19 views
Starting application pools with WMI\ADSI (C#) hangs immediately after reboot
Hi,
I have encountered a strange situation where starting an application pool from a windows service (written in C#, set to "Automatic" startup) using WMI or ADSI immediately aft …
1
vote
1answer
32 views
How can I query NTFS disk quotas in C#?
I need to be able to find, for all users on a given remote machine, those users' disk quotas and actual disk usage. I need to be able to do this reporting in a C# application. (Wel …
1
vote
0answers
35 views
WMI Poor Performace
Hi
I wrote a code in C# that maps logical drives to their physical disks, using WMI (System.Management).
The code working perfectly, but slow like hell.
In my machine (Windows 7 x …
0
votes
3answers
77 views
Closing Open Files using C#
I have a situation where people are connected to files on a share and it's blocking me from overwriting the file. I'm trying to write a method that will look to see if a filePath t …
2
votes
1answer
38 views
WMI Class for wireless mouse
What is the WMI class to get information about Wireless mouse?
EDIT: How do I distinguish USB mouse from Wireless mouse(Connected via USB Doggle). DeviceInterface value from Win32 …
0
votes
1answer
31 views
Change the settings of a single NIC using WMI (C#)?
Hi. I have read this article about using WMI to change the settings of NICs ( Article)
But I can't figure out how to change the settings of a single NIC (based on MACaddress, ID o …
0
votes
0answers
12 views
WMI Error in Windows Server 2008 (WMI Provider)
Hi,
I've implemented a WMI provider (Window service, Instance, Methods and Properties provider).
It works fine on Windows Server 2003, but when it run on Windows Server 2008 with n …
1
vote
1answer
30 views
How can I access 64 bit registry hive information from a application running in 32 bit mode on a 64 bit machine(WOW) using WMI through C#
I think the question really sums up what i'm trying to do. Here is the code that i'm using. It works in every scenario except if my application is running in 32 bit mode on a 64 bi …
1
vote
3answers
77 views
WMI vs Windows APIs
There are any advantages or disadvantages of using the WMI instead of Windows API to access to the information of the system? as speed, additional permissions, memory usage.
or de …
0
votes
3answers
46 views
Binding an SSL certificate to a port programmatically
I'm working on a self-hosted WCF service for which encrypted communications is an option. Everything works fine when a certificate is already bound to the port as described here.
…
0
votes
1answer
44 views
Detecting Eject/Insert of Removeable Media
I am working on a project in which I need to be able to detect when a CD or a USB drive is inserted or removed. I found some source code that was supposed to do this very thing, ho …
2
votes
1answer
27 views
BizTalk WMI Remote Wrapper
Hi,
I'm using MgmtClassGen.exe from the .Net Framework SDK to generate some WMI wrapper classes for BizTalk artifacts like hosts, host instances, etc.
I'm using HostSetting.GetIn …
0
votes
2answers
33 views
Out of memory exception while registering to a WMI event query
Short: What could cause an out-of-memory error when registering a WQL event query (error code 0x80041006)? How can we investigate the cause?
Long: We keep getting an out-of-memor …
0
votes
0answers
12 views
Windows Script Host Error
I have the following code:
Function ExistShare(strServer, strUser)
Set objWMILocator = CreateObject("WbemScripting.SWbemLocator")
Set objWMIService = objWMILocator.Connect …
1
vote
2answers
35 views
Possible to access WMI through ADO?
Is there an OLEDB provider for WMI/WBEM?
In other words, could someone access WMI through:
ADO in shell vbscript
ADO in ASP script
ADO in Win32 native process
SQL Server linked …
