|
| |||||||||
| Tags: 2003, auto, copy, login |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to auto copy files when login to windows server 2003 ?
Hi, My site have 50 users and I want user workstation auto copy the files located at server folder during first login to server. use login script ? how to code ? Please advise. Thanks. Derek Yim |
|
#2
| |||
| |||
| Re: How to auto copy files when login to windows server 2003 ?
Derek Yim <DerekYim@discussions.microsoft.com> wrote: > Hi, > My site have 50 users and I want user workstation auto copy the files > located at server folder during first login to server. > > use login script ? how to code ? > Please advise. > > Thanks. > Derek Yim Hi, Derek - I don't understand your post, sorry. Are you talking about offline files? that's built in, although I do not recommend the 'feature' unless these are laptop users. Your desktop users should always be working "live" off the server. Or are you talking about roaming profiles? You'll need to be more speicific as to what you use and are trying to do in order for us to help. |
|
#3
| |||
| |||
| Re: How to auto copy files when login to windows server 2003 ?
Derek, Derek Yim schrieb: > My site have 50 users and I want user workstation auto copy the files > located at server folder during first login to server. > > use login script ? how to code ? > Please advise. Where do you want those files to be copied to? Depending on the destination location on the client, you either need to use a computer startup script or a user logon script. The difference between the two is that the computer startup script runs in the SYSTEM context which is elevated and has permission to write to nearly any file system location. User logon scripts run in the user's context-- if the user is not an admin, the script won't be able to write to special locations (like the Windows folder). Cheers, Florian -- Microsoft MVP - Group Policy eMail: prename [at] frickelsoft [dot] net. blog: http://www.frickelsoft.net/blog. Maillist (german): http://frickelsoft.net/cms/index.php?page=mailingliste |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to auto copy files when login to windows server 2003 ?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP: limit login attempts in windows server 2003. | Unequaled | Windows Server Help | 5 | 11-01-2011 07:27 PM |
| How to change a user login id in Windows Server 2003 | !const | Windows Software | 3 | 22-07-2009 01:07 AM |
| How to disable auto restart of Windows server 2003 | Edwards | Operating Systems | 2 | 26-05-2009 10:48 PM |
| Auto shutdown Windows Server 2003 | Chan | Windows Server Help | 8 | 03-02-2009 06:46 AM |
| Slow Login times for Users, using XP, Windows Server 2k/2003 | DarrenW | Active Directory | 9 | 09-11-2006 10:56 AM |