WMIC: Retrieving drive information

I had a need today to see what partitions were available on one of my servers. I generally try to use a command line whenever possible to solve problems like this. So, I went down the rabbit hole of Google, and found some useful techniques. Problem: Need to gather information about the physical and logical […]

Continue reading

Learning WMIC: part 1 – Basic Syntax

WMIC is a powerful means to access the Windows Management Interface from the command line. More information about WMI can be found at the Wikipedia page – https://en.wikipedia.org/wiki/Windows_Management_Instrumentation There are a couple of scenarios for using WIMIC – against the local computer and against a remote computer. With either of the situations, WMIC will run by […]

Continue reading