WMI
VBScript, how to I find an owner of a given process?
I am trying to write vbs to find owner of开发者_如何学运维 process. Can you please help me?My google-fu is strong[详细]
2023-04-06 00:27 分类:问答.NET - setting power options from code
I\'d like to write very simple code from开发者_StackOverflow C# - a simple 2 button app that will allow me to change the action that is taken when the lid is closed.[详细]
2023-04-05 08:52 分类:问答Make DNS Record entries using WMI from powershell
Disclaimer: I am very new to powershell and almost ignorant of WMI. I am trying to make dns entries on a remote server through powershell. I have googled and found WMI to be the only way.[详细]
2023-04-05 03:58 分类:问答Execute Remote Process As DOMAIN/User Interactivly [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-04 18:34 分类:问答How can I resolve a "Provider load failure" for WMI requests?
I\'m using WMI to collect system informat开发者_JS百科ion.It works fine on every system I\'ve tested it on, but I have one or two users that are reporting problems.The debug logs show the WMI code is[详细]
2023-04-04 18:30 分类:问答System.Diagnostics.Process from ManagementBaseObject
I\'m executing a remote process using WMI and would like to redirect the StandardOutput of that process back to my program. I have found these code examples:[详细]
2023-04-04 08:27 分类:问答Pulling back remote netstat data with WMI
I am trying to get netstat information from a remote computer. Right now, my method is: 1) Execute a RemoteProc开发者_如何学编程ess in C# with the command netstat -a > C:\\file.out[详细]
2023-04-03 15:27 分类:问答Fast replacement for Win32_NetworkAdapter WMI class for getting MAC address of local computer
TL;DR version of this question: WMI Win32_NetworkAdapter class contains information I need, but is too slow.What\'s a faster method of getting information for the MACAddress, ConfigManagerErrorCode, a[详细]
2023-04-03 04:35 分类:问答WMI through Java using J-Interop
I am new to WMI and using J-interop lib for COM communication through Java... I have a requirement to get Physical memory data from remote system.[详细]
2023-04-02 11:32 分类:问答Remote process creation using WMI and Win32_Process
I\'m trying to spin up a process on a remote machine from a website.When a user presses a particular button on the website, I need to spin up PowerShell on the remote machine.[详细]
2023-04-02 05:56 分类:问答