seedubya
Well-Known Member
- Reaction score
- 1,019
- Location
- Carlow, Ireland
So, I have a quite complex folder structure that is shared out on a single share and access is controlled by NTFS permissions for various groups.
In one set of folders, lets say it's called "Projects" I have a Project_Template Folder that needs to be copied very regularly, multiple times per day. The copy is then renamed with the appropriate project name. The copy folder must have the same permissions as the Template, some of which are custom and NOT inherited.
This is trivial when logged in locally to the server as an administrator - I just use XCOPY with the appropriate switches. However, I need the Project Managers group to be able to copy this as and when they need to, via the share itself. I tried using a batch file stored in the root of the folder but I can't use this because, of course, cmd.exe doesn't have the correct permissions to do the job.
Any thoughts? It's a bit urgent BTW! Can I give cmd.exe the appropriate permissions via GPO or roll them out via Labtech, perhaps?
In one set of folders, lets say it's called "Projects" I have a Project_Template Folder that needs to be copied very regularly, multiple times per day. The copy is then renamed with the appropriate project name. The copy folder must have the same permissions as the Template, some of which are custom and NOT inherited.
This is trivial when logged in locally to the server as an administrator - I just use XCOPY with the appropriate switches. However, I need the Project Managers group to be able to copy this as and when they need to, via the share itself. I tried using a batch file stored in the root of the folder but I can't use this because, of course, cmd.exe doesn't have the correct permissions to do the job.
Any thoughts? It's a bit urgent BTW! Can I give cmd.exe the appropriate permissions via GPO or roll them out via Labtech, perhaps?