So, since I was playing around with scripting I thought that I would try and get the serial numbers of all my servers on the network. so I used the basics of the script I wrote for the disk space and adapted it to get the BIOS info of the server. Again it uses the idea of dragging a list of servers in a text file Here is the script: dim filesys, text, readfile, contents 'Create a Shell and FileSystem Object Set WshShell = WScript.CreateObject("WScript.Shell") set filesys = CreateObject("Scripting.FileSystemObject") ...