Enterprise Services . Scripting
How to Setup Email Signature with logon script
On April 5, 2018 by TechTipsThis 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 =