CDROM Provides access to all of the CD and DVD devices on the system. For example, if you
want to obtain the name and volume of each of your CD or DVD devices, you would type WMIC
CDROM GET Name, VolumeName and press Enter (notice that you must separate the individual
properties with commas).
ComputerSystem Manages the computer system configuration.
CPU Provides access to the CPU. You??™ll see one entry for each CPU. If the CPU is dual (or more)
processing, the output displays one entry for each processor in the CPU. One of the more important
properties is the status indicator, which provides a simple indication of whether the
CPU is currently operating within designed parameters (the output is a simple OK when the
CPU is functioning properly). Type WMIC CPU GET Status and press Enter to obtain the status
information.
CSProduct Provides access to the computer system product information. For example, you??™d
use this alias to determine the system??™s Universally Unique Identifier (UUID), which is actually
better than a serial number since it??™s unique across all systems.
Datafile Manages information about data files on the system. This alias locks up the machine
if you don??™t use it correctly.
Pages:
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182