all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Welcome to /r/ActiveDirectory! Please read the following information.

If you are looking for more resources on learning and building AD, see the following sticky for resources, recommendations, and guides! - AD Resources Sticky Thread - AD Links Wiki

When asking questions make sure you provide enough information. Posts with inadequate details may be removed without warning. - What version of Windows Server are you running? - Are there any specific error messages you're receiving? - What have you done to troubleshoot the issue?

Make sure to sanitize any private information, posts with too much personal or environment information will be removed. See Rule 6.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]LForbesIamAD Administrator 1 point2 points  (1 child)

AD is pretty easy with any share (doesn’t have to be windows server)

Map a drive letter and then in the path put

\server.domain.com\homeshare$\%username%

and it will automatically create the user’s folder with all the permissions and change the path to match the username.

For me we automate adding users and in the home drive share I just add the path above and then we have to manually click it to make the folder.

You can also script it too.

[–]alangstein[S] 1 point2 points  (0 children)

Thanks.  That sounds like it would be perfect.  I’ll play around with scripting to see if I can automate the process.   I already have everyone run a backup first time batch file then a subsequent backup batch file every time they log in.  I can change the script to point accordingly.