PHP Computer Inventory System
Install
-
Copy the 'Inventory.vbs' from the scripts folder to your network scripts folder
-
Change settings in 'Inventory.vbs' to your required file paths
-
Set permissions on 'inventorylog.csv' in your desired location so that domain users can write to it
-
Test the Inventory.vbs by double clicking on it manually. You should see the Inventorylog.csv file populate with some data from your machine
-
Set Inventory.vbs as a computer login script using Group Policy (Computer Configuration >> Policies >> Windows Settings >> Scripts >> Logon)
-
Setup a web server with PHP installed. Easy way to do it on windows here http://www.microsoft.com/web/platform/phponwindows.aspx
-
Copy the Inventorylog.csv file into the /csv folder of your web server. Usually something like c:\inetpub\wwwroot\inventory\csv\
-
Change any settings in the 'settings.php' file such as Brands and CPU search strings. You can also change the locations of the csv file if you wish.
-
Load up a web browser and navigate to http://localhost/inventory