VB and SMS Stuff
Here
are VB things that I have assembled/written. Bugger all error checking, but they
do work in a limited kind of fashion. Feel free to download and take apart, do
what you like with it really.
None
of it is anything mind-blowing, but it was useful to me :)
This
was used to perform a scan for document files on a workstation, then report it
all back to a share on a server. Program was written because the workstations
were win9x without any kind of file/print sharing so we needed something to drop
into the login script. Would be nice to change it to write the entire file
locally, then copy it up.. Wasn't a problem with our environment size though so
wasn't done!
This
wrote the data in the share (created for findfiles above) into an Access database so
that reports can be created. The table was pretty simple and you should be able
to work out the structure from the code.
This
program would read the data from the database, and send an email to each user
telling them which files they have. slight problem removing the duplicate users
(because the data is not normalised), but works pretty well.
An application written in VB that can be used for taking an export.csv file from the Microsoft Exchange Admin program, and automatically cleaning it up (sorting out the SMTP addresses, removing columns) to prepare it for import as custom recipients.. Will also import it into the container of your choice if you are brave. Just make sure you run it on a test box first! Made for Exchange 5.5.
An IPF that was written to be placed in the logon script to give you a record of all workstations that logon (well, using a logon script anyway). Watch out for file contention though. If you are implementing this into anything other than a small site, you should change it so that it writes to multiple files. Perhaps one per department. Otherwise the file seems to get overwritten!
A small VB app that will let you use remote tools and bypass the "permission required" setting. If you wanted to, you could also include remote.exe and support files so that you wouldn't need the admin console.
This can be used to create a client installation request for a list of workstations in a text file. You will need rci (remote client installation) turned on on the SMS site.
A fairly bog standard IPF for installing Internet Explorer via SMS.
Pocket
PC Stuff
Asks you for an upper and lower number range, and puts the numbers in a random order. Useful for christmas raffle draws etc :) Written in eVB for the PPC2002 OS. the list will contain all numbers within the range but without duplicates. The code could easily be compiled for VB6. Would also work as a dice simulator or virtual dice I suppose! If you were desperate!
