wmi-query
ManagementObjectSearcher - Cross Reference information from two classes (c#)
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[详细]
2023-02-13 08:53 分类:问答VBScript to get DC SYSVOL information (path, size, free space)
I am obtaining information about my DCs and need to pull in the path开发者_StackOverflow社区 to sysvol, total size, and free space remaining.[详细]
2023-02-11 07:15 分类:问答Delphi Wmi Query on a Remote Machine
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.[详细]
2023-02-10 03:26 分类:问答cant connect to remote machine using WMI and Perl
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[详细]
2023-01-31 15:41 分类:问答How to detect antivirus installed on windows 2003 server and 2008 server 2003 server R2and 2008 server R2 using WMI or other then WMI in C++
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[详细]
2023-01-29 10:01 分类:问答How to check the server access using WMI?
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[详细]
2023-01-25 20:52 分类:问答Select query of wmi used to view the process which has max usage of cpu
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.[详细]
2023-01-25 11:32 分类:问答Monitoring Drives with WMI
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[详细]
2023-01-22 10:26 分类:问答How to fetch registry path from EventArrivedEventArgs object
I try to watch the registry events via WMI. I use the below query to watch any events inside HKLM\\softwares[详细]
2023-01-21 12:56 分类:问答C# .NET ManagementObjectSearcher Query
My C# .NET 2.0 application performs two queries using the ManagementObjectSearcher class: _searcher = new ManagementObjectSearcher(\"root\\\\WMI\", \"SELECT * FROM MSWmi_PnPInstanceNames\");[详细]
2023-01-19 03:46 分类:问答