Software Inventory
Posted by Rob on 29 September, 2008
No comments yet
This item was filled under [ Workstation ]
This script is slightly more complicate than the others I have documented on this site. In this example we are using Script Zombie to pass the hostname to a Visual Basic Script via the command line. So there are two steps:
SoftwareInventory.cmd
@echo off
echo.
echo -Software Inventory Script for (%1)
echo.
cscript scripts\helpers\installed.vbs %1
