Startup Script in GPO

  • Thread starter Thread starter Amanda
  • Start date Start date
A

Amanda

I am trying to copy a file to my workstations using a startup script in
Group Policy. I am running into issues with the system telling me I don't
have access. How do I allow this file to be copied without having to give
writes to the folder on the workstation? That may seriously compromise the
system.

Any help would be greatly appreciated
 
Currently, Do only Administrators have rights to that
folder?

You could write a batch file that you could run from a
workstation logged on as admin, copying your file to:

\\machine\c$\yourdirectory

To get a list of all your machines (to use as the basis of
the batch file) go to command prompt, and type

net view >> c:\yourbatchfile.bat

then go back in and add the other stuff...
 
Back
Top