Before I continue, this blog is primarily about politics. However, with this new setup and all I have also felt the need to diversify.
Where I work there are about 80 computers that I and 2 others maintain. From time to time we are tasked to install software on each machine, by hand. This drives me crazy because with group policy we can distribute software to every computer on the network without having to physically visit each machine. I have tested this on my home domain and it works great.
Recently we were tasked wtih installing a disclaimer type signature on every computer across the company. I started doing some research and discovered that all of the programs in office 2003 can be manipulated with group policy. I installed the necessary components but the setting to manipulate signatures weren’t available. After some more searching I discovered that Exchange does not have the ability to insert a custom footer on every e-mail. This is crazy.
The next thing I looked for was some software to do this. The software exists but it is expensive. I asked some of my peers what a good solution might be and after having the same sentiments about exhange not being able to have global signatures they reminded me of vbs scripts. Some quick searching turned up a few scripts and I found a good one written by Peter Aarts.
The script works only with outlook 2003 and if you are at least a little bit familiar with coding and what not it should be easy to edit for your needs. It works with Active Directory and draws information from almost any data that is inserted in a user’s profile. The signature is created wtih html and you can make practically any form of a personalized signature automatically. What you would do with this script is have it run when the user logs in. There are numerous ways to do that.