Top "Wmi" questions

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

Determine operating system and processor type in C#

I want to check what type of operating system i use and what kind of processor. this should be check …

c# .net operating-system wmi
Creating a share and granting permissions via cmd.exe and net share

I am trying to create a share on a Windows Server 2008. I can do it fine via the GUI and …

permissions cmd wmi windows-server-2008 finalbuilder
Get Real HDD Serial Number with Delphi

I am trying to make delphi program Server And Client so To Secure my App and To Make Sure all …

delphi wmi
List of SerialPorts queried using WMI differs from devicemanager?

I have the following serial ports listed in my devicemanager: COM3 COM4 (BT) COM5 (BT) COM6 (GlobeTrotter MO67xx - …

wmi
How to read HDD S.M.A.R.T. attributes?

I would monitoring the smart HDD-s on my Windows 7 clients. I would to get the HDD smart attributes without using …

powershell windows-7 wmi monitoring zabbix
Starting a process remotely in Powershell, getting %ERRORLEVEL% in Windows

A bit of background: I'm trying to start and stop some performance counters remotely at the start of a test, …

powershell wmi win32-process
Get User SID From Logon ID (Windows XP and Up)

I have a Windows service that needs to access registry hives under HKEY_USERS when users log on, either locally …

c# .net windows wmi sid
Can the physical USB port be identified programmatically for a device in Windows?

I have a USB device that enumerates with a different interface, VID, PID and serial number when commanded to do …

c# windows usb wmi wmi-query
PowerShell: Querying pagefile info for 2008 server

I'm scripting a check for pagefile status utilizing PowerShell. On Windows 2000/2003 machines a user can choose between 3 pagefile options via …

windows powershell wmi windows-server-2008-r2 pagefile
Is a process running on a remote machine?

I have three remote PC's to which I remotely connect. I am trying to write a simple Windows application that …

c# process wmi remote-connection