Does anyone have a vbscript that can set NTFS file permissions on
remote machines? I've looked at calling subinacl and xcacls reskit
utilities, but both still seem to have that bug that orders the DACL
permissions incorrectly, as explained in Microsoft Article Q296865.

I need to write a vbscript that will copy user files and folders from
one server to another, which is easy enough. However, once I get these
user files copied to their destination, I will need to grant only the
user owner NTFS file permissions to their files.

Re: File Permissions by Greg

Greg
Wed Sep 14 16:12:45 CDT 2005

if the permissions are staying the same, just use robocopy with the /sec
switch.


<jacksneed2000@yahoo.com> wrote in message
news:1126724813.873281.247080@o13g2000cwo.googlegroups.com...
> Does anyone have a vbscript that can set NTFS file permissions on
> remote machines? I've looked at calling subinacl and xcacls reskit
> utilities, but both still seem to have that bug that orders the DACL
> permissions incorrectly, as explained in Microsoft Article Q296865.
>
> I need to write a vbscript that will copy user files and folders from
> one server to another, which is easy enough. However, once I get these
> user files copied to their destination, I will need to grant only the
> user owner NTFS file permissions to their files.
>