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.