Hi, I wanna put ntfs perms on every user home folder. I use the following in a script:
FOR /D %%I in (*.) do cacls d:\users\%%I /G %userdomain%\%%I:C /T
When I execute the script in the users folder I have to enter y or n on every folder and then I get an Access denied (Domain Admins have full control on the folder so???)
Can anyone help me here?
FOR /D %%I in (*.) do cacls d:\users\%%I /G %userdomain%\%%I:C /T
When I execute the script in the users folder I have to enter y or n on every folder and then I get an Access denied (Domain Admins have full control on the folder so???)
Can anyone help me here?