Managing email signatures?
Click download Free Trial
Manage Email Signatures centrally from your Desktop - For All Users
extend your brand and promote your products, services, special events and news
 
The Ultimate Resource for eMailSignaturer eMailSignature Wiki Add URL in your RSS reader Send answers to my inbox Add URL in your RSS reader Get answers  RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Using default MS Access settings DB

 
Post new topic   Reply to topic    email signatureManage Email Signatures centrally from your Desktop - For All Users Forum Index -> Outlook Email Signature Documentation
View previous topic :: View next topic  
Author Message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1924
Location: Stoevring, Denmark

Posted: Sun Apr 13, 2008 10:15 am    Post subject: Using default MS Access settings DB Reply with quote

Step-by-step setup using default MS Access settings DB

Question How does eMailSignature work? Continue here ...

    Double-click video for full view

  1. Copy the settings.mdb to a net share where your users have min. Read/Write/Update permission.

    Default installation directory is C:\Program Files\eMailSignature\



  2. Copy Sign.exe to \NETLOGON (Best Practice) or to the same net share as in #1.

  3. Connect Cockit to your settings database.



  4. Setup 'Signatures for all' and 'For Groups'. Users not having group belonging, will use 'Signatures for all' setting.
    The default templates pulls information from your Active Directory.



  5. Execute .CMD script to test deployment:
    Code:
    "\\[DomainController]\NETLOGON\sign.exe" Provider=Microsoft.Jet.OLEDB.4.0;Data Source="\\[FileServer]\[share]\settings.mdb"

    Idea Best Practice: Use UNC path and execute Sign.exe from NETLOGON.

    Replace 'DomainController' with the name of your Domain Controller.
    Replace 'FileServer\share' with the name of your File Server and share name.

  6. Monitor deployment, fix failed users and check that signatures match your settings. Open Outlook and check signatures.



  7. Back up your standard Access settings DB.

  8. When finished testing, execute your script during users logon.


_________________
</Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase


Last edited by Jesper Frier on Fri Sep 24, 2010 12:30 pm; edited 13 times in total
Back to top
View user's profile Send private message Visit poster's website
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1924
Location: Stoevring, Denmark

Posted: Sat May 23, 2009 7:06 am    Post subject: VBScript instead of bat-file Reply with quote

Further to item 5
If you prefer VBScript:
Code:
Option Explicit
Dim objNetwork, objUser, CurrentUser
Dim strGroup
Dim wshShell
Dim ObjShell

' ** eMailSignature **

Set objShell = WScript.CreateObject("WScript.Shell")
objShell.run("\\DCserver\NETLOGON\Sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\filesrv\share\settings.mdb")
Set ObjShell=Nothing

_________________
</Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase
Back to top
View user's profile Send private message Visit poster's website
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1924
Location: Stoevring, Denmark

Posted: Tue Aug 25, 2009 11:40 am    Post subject: Deploying via a Group Policy Object (GPO) logon script Reply with quote

Further to item 5.

Deploying via a Group Policy Object (GPO) logon script:

Locate the Logon scripts folder of the GPO you want to use.
User configuration -> Windows settings -> Script (Logon/Logoff), Logon.

If there is no 'logon.bat' file, create eMailSignature.bat with the following content:

Code:
\\DomainController\NETLOGON\eMailSignature.bat

    eMailSignature.bat:

Code:
start \\DomainController\NETLOGON\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\FileServer\share\settings.mdb

_________________
</Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Manage Email Signatures centrally from your Desktop - For All Users Forum Index -> Outlook Email Signature Documentation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Add URL in your RSS reader | About Us | Terms and conditions | © 2012 eMailSignature Aps.