I am using windows server 2008, where I want to give specific users separate share folder or mapped network drive which can be accessible by only the valid user, where they can secure their data as a backup.
What is the best way to do this?
I am using windows server 2008, where I want to give specific users separate share folder or mapped network drive which can be accessible by only the valid user, where they can secure their data as a backup.
What is the best way to do this?
From your requirements I think it's safe to say you're looking to use the "home folder" feature of Windows Server, present since server 2003 there's multiple benefits and reasons for using it, listed below are a few:
Read this MSDN article, it's very easy to implement and it sounds like what you're looking for.
Also the wildcard %username%
means you can set a share for example //server//users//%username%
in your ADUC, I often create a default user per container for example _default and copy that user when creating new users, (the _ ordering the user at the top of the list and the %username% automatically takes the firstname.surname of the user, this means you don't have to change the home folder on new users or for name changes)