Gather hard disk utilization data and store in SQL Server 2005 Express with this VBScript
Source: TechRepublic
This VBScript gathers hard disk utilization information from Windows Server 2003, Windows XP and Windows Vista machines and stores the data in a SQL Sever 2005 Express Edition database.
The second in Scott Lowe's Infrastructure Monitoring Project, this powerful VBScript gathers hard disk utilization information from Windows Server 2003, Windows XP and Windows Vista machines and stores the data in a SQL Sever 2005 Express Edition database. The script gathers the following:
The second in Scott Lowe's Infrastructure Monitoring Project, this powerful VBScript gathers hard disk utilization information from Windows Server 2003, Windows XP and Windows Vista machines and stores the data in a SQL Sever 2005 Express Edition database. The script gathers the following:
- System Name: Name of the system
- Date/time: The date and time the stats were taken
- File system: The file system in use on the disk
- Free space: The amount of space available on the disk, in bytes
- Disk Name: The name of the disk (i.e. C:, D:)
- Size: The total size of the disk
- Volume name: The name given to the volume (i.e. Data, Apps)
- Volume Serial Number: The drive's serial number
| Format: | Other Download | Size: | 368.00 |
| Version: | 1.0 | Date: | Mar 2006 |
| Downloads: | 3985 |



