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.UserNaRead the Full Article
Posted: March 22nd, 2011 | Author: TechTips.co.za | Filed under: Tips & Tricks | Tags: Email Signature, How to, logon script | 3 Comments »
Recent Comments