Thanks for the reply. That would work, though I was hoping to incorporate some sort of logging system. I want to take the script out of group policy once the majority of systems have had the file copied so I need a way to keep track of which computers have been updated.
I used this code to copy the file over. It works, but also doesn't perform any logging.
Main Topics
Browse All Topics





by: adamdrayerPosted on 2008-01-12 at 13:26:04ID: 20645330
The easiest way to do it would be to include a logon or startup batch file.
C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\1033\
Put the Outlook.txt file somewhere on the network and create a batch file in notepad that looks like this:
@copy \\server\share\outlook.txt
Create a Group Policy object, and under the user configuration, add this batch file to the list of logon scripts.