What is the unit of size we get from using wmic command on windows
Posted
by
Abhishek Simon
on Super User
See other posts from Super User
or by Abhishek Simon
Published on 2012-06-21T07:24:49Z
Indexed on
2012/06/21
9:18 UTC
Read the original article
Hit count: 512
I use a couple of wmic commands and I was wondering how can a user come to know the the unit of any size related command output?
For Instance I use the below 2 commands
wmic /node:Abhishek-PC cpu get maxclockspeed,l2cachesize,loadpercentage
output:
L2CacheSize LoadPercentage MaxClockSpeed 8192 1 1595 8192 1 1595
wmic /node:Abhishek-PC LogicalDisk Where DriveType="3" Get DeviceID,Size,FreeSpace
output:
DeviceID FreeSpace Size C: 13933780992 73300701184 E: 23688204288 73405558784
© Super User or respective owner