Changes

Push Install WPKG with Psexec

70 bytes removed, 18:33, 17 December 2008
no edit summary
It is usefull to first grab a list of all of the computers in your domain. This vb script will do so (copy and past it into notepad and then save as getcomputers.vbs)
 
***********Script*************
Const ADS_SCOPE_SUBTREE = 2
Wscript.Echo "Finished..."
************End Script***************
Ok, so that will save a file called hosts.xml. Edit it to remove any computer names that you don't want to install WPKG on. Copy this file to your root c:\
15
edits