A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

script to create signatures to all users



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 28th 07, 04:56 PM posted to microsoft.public.outlook.program_vba
Nile
external usenet poster
 
Posts: 5
Default script to create signatures to all users

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
  #2  
Old July 3rd 07, 05:30 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default script to create signatures to all users

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

  #3  
Old July 4th 07, 12:28 PM posted to microsoft.public.outlook.program_vba
Nile
external usenet poster
 
Posts: 5
Default script to create signatures to all users

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

  #4  
Old July 4th 07, 07:24 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default script to create signatures to all users

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

  #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

  #6  
Old July 10th 07, 06:58 PM posted to microsoft.public.outlook.program_vba
Nile
external usenet poster
 
Posts: 5
Default script to create signatures to all users

Hi,

Thanks for your reply

some of our cients' outlook 2003 don't allow for the new signature to be
setup.

i have added the following to the outlk11.ADM

POLICY "Signature for new messages"
KEYNAME Software\Policies\Microsoft\Office\11.0\Common\Mai lSettings
PART "Signature for new messages" EDITTEXT
VALUENAME NewSignature
END PART
END POLICY
POLICY "Signature for replies and forwards"
KEYNAME Software\Policies\Microsoft\Office\11.0\Common\Mai lSettings
PART "Signature for replies and forwards" EDITTEXT
VALUENAME ReplySignature
END PART
END POLICY


i have applied the GPO to use .htm file for the new signature.

any idea why only some of outlook 2003 dont allow this setu? when i go to
option- tools- mailformat- signatures - new deafult signature is set up
to none.

Many thanks

"Sue Mosher [MVP-Outlook]" wrote:

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


  #7  
Old July 10th 07, 08:19 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

Do you have SP2 installed? Otherwise, I don't know why it's not working, only that using those registry values in that fashion is not supported by Microsoft. (If it were supported, you wouldn't have to add those values to the adm file.)

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


"Nile" wrote in message ...
Hi,

Thanks for your reply

some of our cients' outlook 2003 don't allow for the new signature to be
setup.

i have added the following to the outlk11.ADM

POLICY "Signature for new messages"
KEYNAME Software\Policies\Microsoft\Office\11.0\Common\Mai lSettings
PART "Signature for new messages" EDITTEXT
VALUENAME NewSignature
END PART
END POLICY
POLICY "Signature for replies and forwards"
KEYNAME Software\Policies\Microsoft\Office\11.0\Common\Mai lSettings
PART "Signature for replies and forwards" EDITTEXT
VALUENAME ReplySignature
END PART
END POLICY


i have applied the GPO to use .htm file for the new signature.

any idea why only some of outlook 2003 dont allow this setu? when i go to
option- tools- mailformat- signatures - new deafult signature is set up
to none.

Many thanks

"Sue Mosher [MVP-Outlook]" wrote:

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.



"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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2002 - can I create accounts with individual signatures? Laurence51 Outlook - General Queries 1 October 20th 06 05:20 PM
Script behind published form will not execute for some users Trent Outlook - Using Forms 4 October 20th 06 03:23 PM
Creating signatures for 100's users? Gonzo Outlook - General Queries 0 August 22nd 06 02:12 PM
Create rule by script Louis Outlook and VBA 3 March 15th 06 05:49 PM
Where are my signatures stored after I create them in Outlook? Jeff D Outlook - Installation 1 February 8th 06 10:16 PM


All times are GMT +1. The time now is 08:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.