Determining properties and methods used in a WMI object for use in a vbscript.
In this entry we’ll take a look at the microsoft documentation for win32_printerdriver and determine how we can determine what values to use to get data once we’ve created a script to get set of data...
View ArticleSearching the Windows Eventlog for specific events with WMI
On occasion as a systems administrator you have to find the proverbial needle in the haystack with respect to the events in the event logs. You know what I mean, the one event you care about and need...
View ArticleRetrieve environment variable values from a remote system with WMI
Back in October I shared with you a way to retrieve environment variables with a script titled Using Environment variables inside a VBScript script. The script worked like a champ and got me through...
View ArticleFinding the owner of a process remotely with VBScript via the Win32_process...
Recently I had an issue where I needed to find the user running a series of processes on a large number of servers. Initially, it was a long process of logging onto each server then opening task...
View Article