FYI,

This command works to add the users rights to the newly created shares.

code:
for /f "Tokens=*" %%i in ('dir /B D:\users') do xcacls D:\USERS\%%i /T /E /Y /G yourdomain\%%i:C  

Thanks everyone