Techtips, hints and guides, from all areas of Technology, IT, Computers, as well as any and all hard to find and useful information. If your looking for the best tips this is the place to find it...

How to Setup Email Signature with logon script.

This is a simple how to on ensuring your users email signatures are all standard (Under your Control) its a small vb script that defines variables from the active directory then uses a macro style operation to generate the signature. Here is the script. —————————————————————————————————- On Error Resume Next Set objSysInfo = CreateObject(“ADSystemInfo”) Set WshShell = CreateObject(“WScript.Shell”) strUser = objSysInfo.UserNa


Read the Full Article


Posted: March 22nd, 2011 | Author: | Filed under: Tips & Tricks | Tags: , , | 3 Comments »