wmi-query
How to construct WMI query
I\'d like to find results that Name starts with param1, and ends with param2 but my code doesn\'t work[详细]
2023-03-10 18:50 分类:问答Problem with remote install by WMI : the installation package is not accessible form the remote machine
I want to install a MSI package on a remote computer. The local and remote computer both are members of a domain called \"adn.lan\"[详细]
2023-03-08 04:17 分类:问答WMI query in C# does not work on NON-English Machine
I am creating an application that needs to track when a process starts, then raise an event when it\'s finished.[详细]
2023-03-05 08:34 分类:问答WMI command to connect to remote machines and retrieve Software Version and Installation Date
I need help in conne开发者_如何学Ccting to 2 remote machines running Windows XP and retrive details of a software version and installation date.[详细]
2023-02-22 16:23 分类:问答WMI Problem on Win7
Anyone understand why the simple Powershell script below works fine under Windows XP but not under Windows 7?[详细]
2023-02-19 15:45 分类:问答How do you query for WMI namespaces?
How do you query for WMI namespaces? So I know about WMI namespaces because I read that they exits and I know I can connect to say:[详细]
2023-02-18 10:23 分类:问答WMI query for determining either the service is doing its work or not
I managed to query the httpd.exe service开发者_StackOverflow using WMI to check whether it is running or stopped. Here is the code that I am playing with:[详细]
2023-02-16 16:45 分类:问答Updating via WMI
I need开发者_如何学JAVA an example of an update query using WMI. I have searched but I couldn´t find anything.[详细]
2023-02-16 13:37 分类:问答"The RPC server is unavailable" using WMI query
I have a workgroup of web servers running Server 2008 R2 in which I\'m trying to manage a script that checks the disk space of all of them. I had set this up a few months ago when the servers were bei[详细]
2023-02-15 20:59 分类:问答How do I get the names of the columns returned by a WbemScripting query?
I have the following procedure to run a WMI query, and it works perfectly well. procedure TFormMain.GetWMIOSInfo(const RemoteMachine, Username, Password: string);[详细]
2023-02-14 14:59 分类:问答