How to deploy the Outlook Signature Update Agent MSI package using a Group Policy Object


1. Download the MSI package for the Outlook Signature Update Agent from here.

2. To create a Group Policy, open the Group Policy Management console and right click on the domain name.

3. Select Create a GPO in this domain, and link it here...


Image 758

4. Specify a name for the new GPO and click Ok.

5. Right click the newly created GPO and click Edit.

6. Navigate to User Configuration > Policies > Software Settings.

Image 759

7. Right click on Software installation and select New > Package.

Image 760

8. Select the MSI package downloaded earlier.
9. Select the Assigned radio button for the deployment method and click OK.

Image 761

10. Right click on the Exclaimer software package and select Properties.

11. Click the Deployment tab and tick the box Install this application at logon and click OK.


Image 762


If you are using remote desktop


Step 1: Create a new or update existing .bat file

  1. Browse to the NETLOGON share and either create a new or edit an existing .bat file.
  2. Open the .bat file with Notepad.
  3. Add the script shown below into the .bat file, ensuring you enter the path to where the Outlook Signature Update Agent MSI file is located:

    msiexec /i <"full path to Outlook Signature Update Agent Install.msi>" /qn
  4. Save the .bat file

Step 2: Create the Group Policy Object (GPO)

To create a Group Policy, follow steps below:

  1. Open the Group Policy Management console and right click on the domain name.

    Image 913
  2. Select Create a GPO in this domain, and link it here...
  3. Specify a name for the new GPO and click OK.
  4. Right-click the newly created GPO and click Edit.
  5. Navigate to User Configuration > Windows Settings > Scripts (Logon/Logoff):

    Image 914

  6. Open Logon Properties and click Add.
  7. In the Add a Script dialog box, browse to the .bat file you created in step 1.
  8. Click OK twice.
  9. Close the Group Policy Management Editor window.