OK..Lets see if I can make this question make any sense :/ I have made a query that allows me to see NetworkAdapter class information for a selected NIC. I someh开发者_C百科ow want to include informa
I am obtaining information about my DCs and need to pull in the path开发者_StackOverflow社区 to sysvol, total size, and free space remaining.
We use WmiSet to do Wmi Queries on remote machines. It works very well in Delphi 2007 but is not currently available for Delphi XE.
I\'m trying to write a script that will get event log information off of a remote windows machine using the win32::ole module and a WMI query.I can ping the machine but no matter what my WMI connectio
i have used WMI to detect that antivirus is present on OS, itz woking fine and display me information of antivirus like name and instance id on win xp and window7 by using Namespace:\\root\\SecurityCe
I have used WMI to get the remote server disk space report using widows service. Im getting Access Denied exception, can any one sugges开发者_如何学Pythont how to check the server access before it got
What is the query used to view the topmost process which is having maximum usage of CPU usi开发者_JAVA技巧ng WMI? Use Win32_PerfFormattedData_PerfProc_Process class.
I am trying to monitor drives a local PC. I am interested in two events: when the drive is connected (USB drive, CD-ROM, Network Drive, etc.) and disconnected. I wrote a quick proof of concept using t
I try to watch the registry events via WMI. I use the below query to watch any events inside HKLM\\softwares
My C# .NET 2.0 application performs two queries using the ManagementObjectSearcher class: _searcher = new ManagementObjectSearcher(\"root\\\\WMI\", \"SELECT * FROM MSWmi_PnPInstanceNames\");