We are trying to setup the Homedir function with our NetApp. Everything works when the USERS directory (Root) is given Everyone Access Full Control. If we remove the access or set as read only the system does not work. It appears the NTDOMAIN setting for the users directories work when looking for shares by individuals. I can set \\netapp2\%username% and the drive will map.
It is definitely seems to be a permissions issue with login script being able to execute.
We run a syslogin.bat in a shared folder on the DC (sysvol\...\...\...) that all of the DC’s share. The file references three commands.
Net time command
Call of a tools.bat file (setup for internal tools)
Call of \\netapp2\users\%username%\usrlogin.bat
Without the users having full control, we are unable to run usrlogin.bat. We were able to setup the login script to also run \\netapp2\%username%\usrlogin.bat but the USERS directory had group everyone full control set.
At a loss, what else do we need to try?