Software >> OS >> Windows >> WMI >> wmic >> How to find out what properties are available for a particular class

> wmic <class> LIST /? Look at the BRIEF FULL formats, the property names will be listed eg. > wmic cpu LIST /? BRIEF - DeviceID, DriveType, ProviderName, FreeSpace, Size, VolumeName FULL - Access, Availability, BlockSize, Caption, Compressed, ...