|
|
|
vBaseDiskInfo
vCurrDiskInfo
|
audit results for the logical disks found in a client desktop machine. One entry per logical disk from an audit of a client desktop.
|
Column Name
|
Type
|
Purpose
|
Machine_GroupID
|
varchar
|
A concatenated representation of the machine id and the group id it is associated with.
|
agentGuid
|
numeric
|
A globally unique identifier for a machine ID.group ID account and its corresponding agent.
|
machName
|
varchar
|
Machine Name used for each agent
|
groupName
|
varchar
|
Group Name used for each agent
|
DriveLetter
|
varchar
|
Logical disk drive letter (e.g. C)
|
TotalSpace
|
int
|
Total MBytes on the disk (e.g. 28609 for 28.609 GB) May be null if unavailable.
|
UsedSpace
|
int
|
Number of MBytes used (e.g. 21406 for 21.406 GB). May be null if unavailable.
|
FreeSpace
|
int
|
Number of MBytes free (e.g. 21406 for 21.406 GB). May be null if unavailable.
|
DriveType
|
varchar
|
Fixed = hard diskRemovable = floppy or other removable mediaCDROMNetwork = mapped network drive
|
VolumeName
|
varchar
|
Name assigned to the volume
|
FormatType
|
varchar
|
NTFS, FAT32, CDFS, etc.
|