Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 723 Location: Copenhagen
|
| Posted: Thu Sep 20, 2007 10:03 am Post subject: Can I use eMailSignature for different sub domains? |
|
|
Can I use eMailSignature for different sub domains?
Yes.
Assume that you have one AD: LDAP://DC=ad,DC=com
You want to deploy eMailSignature for two different sub domains, D1 and D2:
LDAP://DC=D1,DC=ad,DC=com and LDAP://DC=D2,DC=ad,DC=com.
Please do the following:
Create a reg key and put this line in the reg file:
| Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Office add-on\eMailSignature]
"root"="LDAP://DC=D1,DC=ad,DC=com" |
and reg file 2:
| Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Office add-on\eMailSignature]
"root"="LDAP://DC=D2,DC=ad,DC=com" |
Run reg file 1 for subdomain 1 and reg file 2 for subdomain 2. Then run sign.exe. eMailSignature will now pick up the right path and use the correct AD data. |
|