Top "Wmi" questions

Windows Management Instrumentation (WMI) is an API for managing the Windows operating system on local or remote computers.

How to remotely control a Windows Service with ServiceController?

I'm trying to control Windows Services that are installed in a remote computer. I'm using the ServiceController class. I have …

c# windows-services wmi remote-access servicecontroller
WMI The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

My application requirement is like below. Application will run on domain admin system which will ping all machine under that …

c# wmi rpc remote-access windows-applications
How to know the CPU and memory usage of a process with WMI?

I am using a wmi and python in order to track the behavior of the process running on my machine. …

windows wmi
WIN32_Processor::Is ProcessorId Unique for all computers

I want to use some thing unique for a licensing system. i decided to use ProcessorID from Win32_Processor Management …

c# winapi wmi
How to Read Remote Registry Keys?

I need to be able to read the values in a specific Registry Key from a list of Remote Computers. …

c# registry wmi
Best way to programmatically configure network adapters in .NET

I have an application written in C# that needs to be able to configure the network adapters in Windows. I …

c# .net wmi
"Extend my Windows desktop onto this monitor" programmatically

I would like to be able to set "Extend my Windows desktop onto this monitor" via code. A PowerShell script …

windows powershell wmi multiple-monitors
How to execute SSIS package when a file is arrived at folder

The requirement is to execute SSIS package, when a file is arrived at a folder,i do not want to …

sql-server wmi sql-server-2000 ssis
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 string …

c# .net-4.0 wmi wmi-query string.format
Is there something like WMI for Linux?

I like the whole WMI concept, and I could really make use of it under Linux (in some scripts). Is …

linux wmi