Re: What is the best method to deploy one file to all users?
- From: Grant Taylor <gtaylor@xxxxxxxxxxxxxxxxx>
- Date: Fri, 13 Mar 2009 11:22:04 -0500
On 03/13/09 09:53, Isaac Oben [MCITP,MCSE] wrote:
You can use a startup/login script via GPO to copy files to designated folder in user's workstaion. But you will have make sure users have the appropriate permission for that folder and set the script to only run once.
It's been a *REALLY* long time, but I have gotten scripts to run as the system (as opposed to the user) that would copy files in place.
As far as running one time, simply copy the file if it does not exist. I.e.
if not exist %SystemRoot%\system32\file.scr copy file.scr %SystemRoot%\system32\file.scr
Grant. . . .
.
- References:
- What is the best method to deploy one file to all users?
- From: Jeff
- Re: What is the best method to deploy one file to all users?
- From: Isaac Oben [MCITP,MCSE]
- Re: What is the best method to deploy one file to all users?
- From: Jeff
- Re: What is the best method to deploy one file to all users?
- From: Isaac Oben [MCITP,MCSE]
- What is the best method to deploy one file to all users?
- Prev by Date: Re: Folders
- Next by Date: Re: .LDB file has no security tab
- Previous by thread: Re: What is the best method to deploy one file to all users?
- Next by thread: Re: What is the best method to deploy one file to all users?
- Index(es):