Jump to content

Recommended Posts

Posted (edited)

Hi All

 

I have a small issue with using mandatory profiles and outlook 2010

 

When a user sets a signature it is lost upon logoff (by design due to mandatory profliles)

 

As the signature is created in c:\users\%username%\roaming\appdata\microsoft\signatures

 

I would think a log off script to check if a signature has been created or present if so copy to the users homefolder for use later

 

I would then need a logon script to copy the signature if exists from the home drive to c:\users\%username%\appdata\microsoft\signatures

 

Has anyone done this if so can you share a script or any other way to do this GPP.

 

I really do not want to put our staff on roaming profiles if I can help it but the outlook issue is a deal breaker at the moment

 

Any other ideas of getting this working would be a real life saver at the moment.

Edited by round2it
Posted

What about if you redirect the APPDATA in group policy to a sub folder of their home directories.

 

That is what we do here and it keeps the signature in there.

  • Thanks 1
Posted (edited)

it is a possability, but would only think of doing that during the holidays, would like a simple fix for now.

 

Would this work

robocopy "U:\signatures" "c:\users\%username%\roaming\appdata\microsoft\signatures" /MIR

 

 

U: being the users own home folder would need to put a if exists section first though to stop any errors

Edited by round2it
Posted

In theory that should work, as long a robocopy is available on the client machines.

 

The settings for appdata should be OK to change during term time. As it would copy their current settings, I would put a test OU under your current staff one and apply the policy to there and people who need their signature could go into there for the test. Then you can see if they have any adverse effects.

  • Thanks 1
Posted

is robocopy part of windows 7 theses days?

 

was just looking for a quick way to get this done as it is only a few users that need signatures at the moment

Posted

Could you not do it via Transport Rules and details stored in AD?

 

We did that at the school to met LA Compliance at the time all staff emails had to state who they were, position and school so we just ensured AD was up to date and stuck it on a transport rule as internally was fine but as soon as it went out it got stuck on and all was well.

  • Thanks 1
Posted
Could you not do it via Transport Rules and details stored in AD?

 

We did that at the school to met LA Compliance at the time all staff emails had to state who they were, position and school so we just ensured AD was up to date and stuck it on a transport rule as internally was fine but as soon as it went out it got stuck on and all was well.

 

I do this. Something I don't like is that it puts the signature right at the bottom of the email, not necessarily under your message,

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...