Setting up ExSync in Signature Manager Outlook Edition

Setting up ExSync

To deploy signatures from Exclaimer Signature Manager Outlook Edition to each user's computer, an agent named ExSync needs to be running on each client machine. ExSync is designed to update Outlook signatures regularly, using minimal processing / memory resources.

You can automate the process of running ExSync on client machines using a Group Policy Object (GPO) or a logon script. Users will not be aware of the agent running during the normal operation of their machine.

Note: For more information on creating or amending Group Policy Objects go to the Microsoft Technet website and search for Group Policy Object.

How do I obtain a copy of ExSync?

Having completed the installation process and the setup wizard, the ExSync agent is automatically copied to your specified deployment share, from where it is run. However, to use ExSync, you need to:
  • Set the update mode for ExSync.
  • Ensure that ExSync runs automatically on all client computers.

Setting the Update Mode for ExSync

Using Exclaimer Signature Manager Outlook Edition settings, you can set the mode in which Outlook policies are applied to user computers via ExSync. To do this, follow the steps below:

  1. Within the Exclaimer console, select the signature deployment policies branch of the console tree.
  2. From here, select the required deployment policy. A default deployment policy is created automatically when Exclaimer Signature Manager Outlook Edition is installed and a deployment share is specified in the setup wizard, but additional deployment policies can also be added.
  3. Select the Settings tab to view settings for the selected deployment policy.

  4. Image 124
  5. Set the frequency with which ExSync should check for new signatures (in minutes) or choose to update once at runtime only. Selecting once at runtime only sets ExSync to update immediately and then to close down, whilst defining a set frequency updates at continuous intervals.
  6. Save changes.

Ensuring that ExSync runs automatically

Once ExSync has been deployed to client machines, you need to ensure that it runs automatically. To do this, you can use a logon script or GPO.

Deploying via a logon script

This method of deployment is useful if you already have a logon script, or if you wish to deploy Exclaimer Signature Manager Outlook Edition signatures to a select number of users for test purposes. For clarity, this process has been documented in three stages:

  • Stage 1: Create new or update existing logon.bat.
  • Stage 2: Set login.bat as the login script for required users.
  • Stage 3: Ask users to log out and log back in

Stage 1: Create new or update existing logon.bat

If you do not already have a logon.bat file, you should create one now. To do this:

  1. Open Windows Notepad.
  2. Create a file named logon.bat.
  3. Enter the full UNC path to ExSync, for example: \\Server\Share\exsync.exe.
  4. Save the l ogon.bat file.
  5. Copy the logon.bat file to your shared NETLOGON folder.
Note: If you already have a logon.bat file, simply add the full UNC path to ExSync to it (for example: \\Server\Share\exsync.exe) and save it to your shared NETLOGON folder.

Stage 2: Set logon.bat as the logon script for required users

If required, you can set logon.bat as the login script for each Active Directory user. To do this:

  1. Open Microsoft's Active Directory management tool, Active Directory Users and Computers.
  2. Locate the required user (in the directory structure).
  3. Double-click the user name or right-click and select Properties:

  4. Image 121
  5. Select the appropriate tab, in this case Profile.
  6. Enter l ogon.bat into the logon script attribute and click OK.

Stage 3: Ask users to log out and log back in

Ensure that your users log off and log back on at least once to activate the new login script.

Deploying via Group Policy Object (GPO)

This method of deployment allows you to deploy the login script using your default Group Policy Object (GPO) or to a GPO that you have created. For clarity, this process has been documented in two stages:

  • Stage 1: Create new or update existing logon.bat / logon.vbs.
  • Stage 2: Propagate the new GPO.

Stage 1: Create new or update existing logon.bat / logon.vbs

If you do not already have a logon.bat file, or a logon.vbs file you should create one now.

Note: The login script needs to be applied to the user configuration of a GPO and not the computer configuration.
  1. Locate the logon scripts folder of the required GPO (in the Group Policy Object management console).
  2. Open the logon.bat or logon.vbs file. If neither of these files is present, create one.
  3. Add the script shown below into the BAT file:

    Image 122
    -or-

    Add the script shown below into the VBS file:

    Image 123
  4. Save the logon.bat or logon.vbs file to the logon scripts folder of the GPO (as found in step 1).

Stage 2: Propagate the New GPO

The new GPO is updated for each user when they log off and back on. If you need to propagate the change before this is possible, type gpupdate in the Windows run field on that user's computer.