In our AD, we create new users by copying a default user in ADUC. For the default user we specified a home folder using the %USERNAME% variable (mapped to H:): \fileserver\homes\%USERNAME%
For new users, the home folder on the server is automatically created with BUILTIN\Administrators set as owner. But we need the user to be set as owner. How can we achieve this?
The permissions set on the parent folder (homes) are the following:
CREATOR OWNER Full Subfolders and files only
g_admins Full This folder, subfolders and files
SYSTEM Full This folder, subfolders and files
Authenticated Users Read, Append This folder only
(Owner: g_admins)