View Single Post
  #5  
Old July 4th 07, 07:44 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default script to create signatures to all users

I'd try the same settings as in the Outlook 11 .adm file, just changing the registry values from 11.0 to 12.0 as needed.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Eric Legault [MVP - Outlook]" wrote in message ...
I can't find a reference for the configurable UI options in Office 2007.
Signatures were customizable with Outlook 2003, as seen in the Signatures
section of the Office 2003 UI Options.xls file that's mentioned on this page:

Office 2003 Policy Template Files and Deployment Planning Tools - Help and
How-to - Microsoft Office Online:
http://office.microsoft.com/en-ca/he...513711033.aspx

Maybe you can find it in here somewhe

2007 Office Resource Kit:
http://technet2.microsoft.com/Office...4fbf51033.mspx

This looks promising though:

Update an Outlook 2007 configuration by using the Office Customization Tool:
http://technet2.microsoft.com/Office...294bb1033.mspx

I can't find where to get this tool - I'm assuming it's part of the 2007 ORK
- which I can't find for download either. I'm obviously having a bad day or
not looking hard enough.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Nile" wrote:

Hi Eric

Thanks for your reply.

The .htm file is already created via Script and deployed to all our users
via GPO in the folder you mentioned.

The problem is how do I set up outlook to use this file as default signature
for all our users without having me going around each client's outlook and
set it manually. So I was thinking of GPO and that was successful in Outlook
2003 after modifying the outlook11.ADM file to allow this feature.

But how do I do this in outlook 2007, the ADM file is different and it has
not Signature policy?

Many thanks again



"Eric Legault [MVP - Outlook]" wrote:

All signatures in Outlook are read from the contents of the C:\Documents and
Settings\USERNAME\Application Data\Microsoft\Signatures folder. So just
create your .html file and store it in there.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Nile" wrote:

Hi,

How can I create signature for all our users once they login?

I have HTML file that sets the CSS and fonts, I want to use this file in a
script and create signatures in outlook 2003.

We are using windows 2003 AD, outlook 2003/2007 and XP pro.
I am already using a script that gets all my AD user info and create
signature using Word, but my manager wants to use HTML code that he designed.

So can we create a script that uses HTML to produce Signature?

Many thanks

Ads