I have a windows 2008 r2 file server. It is setup so that users get there home drive mapped to it H:. It is at the following location \\servername\home\%username%
I have ben having issues with the mac users being able to see other users home drives (even with enumeration enabled).
I need to change the permissions on the directory and all the users subdirectories. Is there an easy way to do this in bulk there are over a thousand.
I have looked at Set-Acl http://helgeklein.com/setacl/examples/managing-file-system-permissions-with-setacl-exe/ however I dont see how it will do all users home drives that already exist. If anyone knows of a good tool that would be great.
I want to apply the following permissions to the %username% folder
SYSTEM - Full control
local\Users special list and read attributes
local\administrators - Full control
%username% = modify
Thanks