Changes

User contributed software

952 bytes added, 08:41, 12 May 2011
no edit summary
Usage: [cscript.exe]DiskExistsV101.js <Drive|Path><br>
Returns: 0, if the test succeeded, 1 if the test failed.
 
 
== PC inventory and reporting script ==
 
Info: Command line script made with Autoit producing a per client pc csv file of installed WPKG programs with the option to email someone a list of machines whose installed packages are out of sync with the 'master' xml config files. Example of output csv =
 
<pre>
PC NAME,DATE OF XML FILE,DESCRIPTION,PACKAGE ID NAME,PRIORITY,INSTALLED REVISION,MASTER XML REVISION,UPGRADE/DOWNGRADE/BLANK=NOTHING REQUIRED
RECOVERY,09/05/2011_15:37,7-Zip,7zip,10,920,920,
RECOVERY,09/05/2011_15:37,Activation MS Office 2010,msoffice2010-activation,71,1,1,
RECOVERY,09/05/2011_15:37,Adobe Acrobat 9,acrobat9,17,944,944,
RECOVERY,09/05/2011_15:37,Adobe Shockwave Player 11,shockwave,50,11.5.7.601,11.5.7.609,Upgrade required
</pre>
 
This script can be scheduled to run and report back any possible issues before the user realises.
 
priority setting.<br />
Author: cbm214<br />
Info URL: http://wpkg.org/Inventory_script<br />
[[category:Utility Scripts]]
15
edits