Link to home
Start Free TrialLog in
Avatar of healthfoundation
healthfoundation

asked on

How To edit Outlook 2007 Signatures on client PCs then make them unchangable via Group Policy or 3rd party product?

Hi,

Basically we are moving all our users slowly to Office 2007.  As part of this we would like to create their outlook signatures and make it so that they are unable to change them.  Ideally when i setup a users account i could edit their signature on that desktop and then move that PC and/or User into an OU that has a GPO applied to it that greys out the signatures button in outlook 2007 options so that the user themselves cannot change the signture.

Is this possible?  If not do you have any suggestions to achive something like this?  maybe a 3rd party piece of software?

Please help! (All PCs are XP Pro, servers are 2003)
Avatar of codezp
codezp

two ways you can do this

I think signature is stored in registry file and what you can do is set the reg file to read only via group policy

second you can setup login script to overwrite the registry file where sig is stored
ASKER CERTIFIED SOLUTION
Avatar of ormerodrutter
ormerodrutter
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Alterativly you could use a custom transport rules agent (if you're also going Exchange 2007).

http://msexchangeteam.com/archive/2006/12/04/431755.aspx
If you want it to be more dynamic (i.e. pulling name or phone number out of AD) you could use the Exchange SDK:
http://msdn.microsoft.com/en-us/library/aa579185.aspx
Avatar of healthfoundation

ASKER

Codezp, what is the register entry that holds the signature?

Ormerodrutter, Im looking into this. It looks very good.  Do you use this yourself or have seen it working?  I suppose it works by building a template and then adding tags for information to be pulled from AD or a DB?  Does it work well?

Spyordie007, This seems a little over complicated for this...  We will be going to 2007 shortly.

JBart_17, Cheers will look at this too!  Have you seen this work well?

Im interested in more solutions if people have them?
healthfoundation,
No, I've never seen AutoIt used for this aplication. I have seen it used for other logon scripts like; mapping drives, backing up outlook *.pst files, etc  
Haven't used that myself but seen clients using it with pretty good effect. It works well with AD.