Permission on UNC Home directory
We used the after create action to create home directory. The script is like this:
<act>
md "%WSUSER_homeDirectory%"
cacls "%WSUSER_homeDirectory%" %WSUSER_sAMAccountName%:C
exit 0
</act>
We started the gateway services with "This Account" which is system ID that gateway use. This ID also has rights 揂ct As Operating System?and 揃ypass Traverse Checking? After the directory is created, WSUSER has "full control" permission even the script assigned it "Modified" permission. Besides, there is another user with long bogus ID having "Modified " permission to this folder. Could anyone share their experience how to create UNC home directory and assign WSUSER modified access?

