QUESTION : I’m trying to write a script that incorporates a retrieved Drive Serial Number for a report. So far […]
Tag: wmi
Running a program on remote computer from a network share
QUESTION : Well going all in: assigning all my 72 point as bounty to this question! How to run a […]
What’s the difference between the Windows Management Instrumentation and the Registry?
QUESTION : I just wanted to know if Windows Management Instrumentation uses it’s own functions to get the data or […]
WMIC Path ? WMIC Class ?
QUESTION : There are all sorts of commands that WMIC accepts, such as WMIC Path Win32_Battery WMIC Path Win32_Processor WMIC […]
How to find related Win32_PnpSignedDriver instance?
QUESTION : To get a list of current devices and their drivers I can do the following with Powershell on […]
Why are some Windows WMI counters available on some systems and not on others?
QUESTION : I am trying to measue CPU use per process with: typeperf “Process(SOME PROCESS)% Processor Time” -si 1 -sc […]
Remotely access log files with WMI
QUESTION : What kind of logs can I access with WMI? Is it just event logs or can I for […]
Running a program on remote computer from a network share
QUESTION : Well going all in: assigning all my 72 point as bounty to this question! How to run a […]
Adding/Removing Users For Permissions in XP
QUESTION : I have some specific folders that I grant members of my team permissions to. So I’ll share a […]
WMI Query based on antecedent string
QUESTION : I am trying to map PHYSICAL Disks to mounted partitions and even further into mounted volume letters (C: […]