The CurrentReading
property should contain the current voltage readings, but it often doesn??™t.
USING MAINTENANCE COMMANDS AND UTILITIES 55
Volume Manages the volumes on the target system. You obtain detailed statistics about the
volume in question. In addition, you can use methods to add a mount point, start ChkDsk,
defragment the drive (or exclude it from defragmentation), obtain a fragmentation analysis,
mount and dismount the drive, and format the drive. The properties let you change the volume
letter, the volume label, or enable or disable indexing for the volume.
VolumeQuotaSetting Associates a disk quota setting with the specified volume. See the
QuotaSetting alias for additional details.
VolumeUserQuota Associates a per user storage setting with the specified volume. See the
DiskQuota alias for additional information.
WMISet Manages the WMI settings for the target system. You??™ll use properties to change the
writeable settings. For example, if you wanted to change the maximum log file size to 64 KB, you
would type WMIC WMISet SET MaxLogFileSize=65536 and press Enter.
Using Maintenance Commands and Utilities
Maintaining your server is a big part of working with Windows.
Pages:
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201