Posts

Enforce Outlook 2013 Signature

This is a rehash of a script we found out on the Internet and updated.  The original can be found here:  http://www.danielclasson.com/powershell-script-to-set-outlook-signature-in-office-2010-and-office-2013-using-information-populated-from-active-directory/ Basically the script uses an MS Word doc as a template.  That document is copied to the users local profile and then a stream replace is performed using MS Word to swap out the target words in the template with data from Active Directory.  It then sets some registry keys to apply the signature to Outlook. We use a .docx template, with all formatting in place as well as the company logo and confidentiality notices.  The stream replace keeps the formatting in place and only updates the words.  An example of the template header is as follows: DisplayName Designation Title Company Department StreetAddress City, STATECODE PostalCode TelephoneNumber FaxNumb...