 SMS Installer Downloads |
 |
| file |  | user |  | section |  | date |  | size |
 |
 |
| Silent MDAC Installation |  | lbrown |  | SMS 2.x, SMS Installer |  | 5/6/2002 |  | 4.5 kb |
 |
| Here is the script that I used to install MDAC 2.6. This script checks versions and by parsing the main setup log determines if there needs to be a reboot. I am also checking Windows versions and whether it is a server or workstation. All status is sent to me via email using a command line smtp client.. |
 |
 |
 |
| SMS Client Check |  | awest |  | SMS 2.x, SMS Installer |  | 6/19/2002 |  | 4.7 kb |
 |
| This script allows for tracking of broken SMS clients by checking the status of the various client components in the registry. It then outputs the computer name to a central location. Can also be modified to remove the client if an error state is found. |
 |
 |
 |
| Windows Version |  | gjones |  | SMS Installer |  | 6/11/2001 |  | 4.8 kb |
 |
| SMS Installer script to determine what version of Windows you are running. |
 |
 |
 |
| KickSMS |  | lbrown |  | SMS 2.x, SMS Installer |  | 6/4/2002 |  | 4.8 kb |
 |
| This takes most of the Switches for Cliutiles and puts them into one package. Run it without any switches to get all the options. |
 |
 |
 |
| Service Pack 6a Wrapper Installation |  | tflower |  | SMS 2.x, SMS Installer |  | 8/29/2001 |  | 4.9 kb |
 |
| SMSI package set to install sp6a, reboot with autoadmin login, perform post sp hotfixes and misc. cleanup, and restart a final time |
 |
 |
 |
| Findem |  | lbrown |  | SMS Installer |  | 1/8/2003 |  | 5 kb |
 |
| Uses Net Send and NBTSTAT to find user on a NT Domain. NT shows a popup for the person you are looking for, 2k and XP users can be found without a popup on their machine. |
 |
 |
 |
| Fragmentation Percentage |  | jdismukes |  | SMS 2003, Scripting, SMS Installer, SMS Queries, Reports and MOFs |  | 8/11/2006 |  | 5 kb |
 |
| The script creates a mif file that contains the driveletter, file and total drive fragmentation percentage. It also creates a log file in the ccm\logs directory with the drive fragmentation history based on drive letter. The Mof report shows machines where file percentage is greater than 15%.
|
 |
 |
 |
| Operating System Info |  | rstarr |  | SMS Installer |  | 11/15/2002 |  | 5.4 kb |
 |
| This SMS Installer script displays Major and Minor Revisions along with the Build number for Windows 95 thru Windows XP operating systems. The code is handy when you need to run routines based on operating system. |
 |
 |
 |
| Registry Enumerator example |  | srobinson |  | SMS Installer |  | 9/16/2002 |  | 5.6 kb |
 |
| This is a reworked version of the 834regenum.ipf that shows how to enumerate registry values and data under specific keys by calling advapi32.dll 16 and 32 bit functions. |
 |
 |
 |
| Using Rundll from different OSs |  | scottrell |  | SMS Installer |  | 10/24/2001 |  | 6 kb |
 |
| This script demostrates how to retrieve the proper Rundll command string , from the registry, to execute an installation of an INF file from a command line, using a SMS Installer script. Also, it demostrates the use of Parsing variables and checking your work. |
 |
 |