I'm a new Sys Admin for Shands at the University of Florida, and I'm currently trying to automate my inventory for this year. I've used MS's Scriptomatic tool to create a script that will scan the network for active machines, and then scan all the active machines for hardware and software information. The script takes all this information and plugs it into an Access database where I then get my reports from. The University of Florida (UF) uses external sticky tags with tracking numbers to identify the systems that have been purchased, and I would like to enter that number someplace in the OS. I've come to the conclusion that if I enter that number into the OEMINFO.INI file as the Model="blah blah" that I might be able to pull this information through one of the scriptomatic scripts, but I cannot seem to find this particular information in any of their scripts. I'm not that familiar with VB that I can just start coding away, and I was in need of assistance with maybe creating a regular vb script to pull this information out of that .ini file. Basically, when I change the OEM information to display the UFID number for that particular machine, I need to be able to pull that information from somewhere (probably that OEMINFO.INI file), and plug it into that vb script file as a variable so that I can place that "string" information into my access database. That way it would help immensly, because it wouldn't require me to visit every machine to pull the ID numbers. I know that I will have to visit every machine anyways for the first time, so that I can enter the ID number INTO the OEMINFO.INI file, but every subsequent inventory after that, will be 100 percent easier. I have attached the .vbs file that will pull all required information from a networked computer. (I have since updated the file some, so this one is an older version one of my ex-coworkers made a while back) To be able to retrieve the information, one would have to create an properly named access database/table with the proper field names that are listed close to the bottom of the vb file. Any assistance would be highly appreciated and thanks in advance for any input. addcomp.vbs addcomp.vbs