Jump to content

Recommended Posts

Posted

Hi

 

Apologies if this is the wrong part of the forum to post in, but I was wondering if anyone can provide me with a little assistance?

 

I would like to copy a file into every users templates folder when they login. This will allow a customer form to be used from within Outlook. Generally I would have done this by adding the login script to a users profile on AD - however I've tried this and it just does not seem to run. I'm sure it's being blocked by RM somewhere along the line.

 

Any help would be gratefully received.

 

Oh and for the record, I did try and run this past RM, but received their usual helpful type response:

 

[TABLE=width: 100%, align: center]

[TR]

[TD=width: 768][TABLE=width: 100%, align: center]

[TR]

[TD=class: small]I am afraid this is not possible through RM management console. You can share the file to a common shared drive and ask the users to copy to the respective directory.

 

Thank You[/TD]

[/TR]

[/TABLE]

 

[/TD]

[/TR]

[/TABLE]

Posted

Thanks

 

It's a very simple batch file to copy templates into the standard template folder:

 

net use n: \\svr-004\%UserName%$

xcopy \\svr-001\Logon\templates "N:\My Settings\Application Data\Microsoft\Templates\" /e/s/y

Posted

I've run it manually to test before trying the logon and this worked fine. The net use was added in case it hadn't mapped it's home drive first. You're right though about the trailing \ - a hang up from copy and paste!

 

Rm have now come back with a VB script to use, but I'm sure that is just overkill. There must be someway that RM maps user drives and if I could find this part I would be able to add the file copy in?

  • 2 weeks later...
Posted

RM uses a msi app I think to map user drives, if you look in the User config and general, post-login tasks there's a tick box for mapped drives and printer delivery

 

When setting up a printer allocation script to run under RM I had to add the script into the allowed of the software restriction policy if that helps .. !

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...