TJIT Posted August 28, 2011 Posted August 28, 2011 Hi all, I have inherited a completely unmanaged network that is a complete mess. I have just created the new intake AD accounts, all 310 of them and was just about to start sharing the drives using RMTSHARE (that is also crashing!) then I had a though, is this the best way? if I do share individual folders I can then use the %username% for AD drives etc.....but I read somewhere that it is better practice to share the folder above, like Intake2011$ and then set permissions after that... I can see the benefit of that, any thoughts??? Also I read that AD can automatically create the Home Drive shares? Thanks in advance for your help
FN-GM Posted August 28, 2011 Posted August 28, 2011 I put all my home areas in one hidden share. then the folders in there match the usernames. If you setup your share and setup your accounts, select them all in the home area section put in the below it will create and set permissions for the home areas. \\server\share\%username% If you want to migrate the rest of the home areas in there move them into the folder repoint them in AD and i have a script that will set the permissions for these folders if you like?
SYNACK Posted August 28, 2011 Posted August 28, 2011 I put all my home areas in one hidden share. then the folders in there match the usernames. If you setup your share and setup your accounts, select them all in the home area section put in the below it will create and set permissions for the home areas. \\server\share\%username% If you want to migrate the rest of the home areas in there move them into the folder repoint them in AD and i have a script that will set the permissions for these folders if you like? I also do the same thing, puts less load on the network provider as well, not that it matters much any more but config wise I find it more efficient. I'd also look at using DFS so you can do \\domain.internal\dfsroot\share and point that to whatever server it is on, as it works like a shortcut it means you can change the actual location then just change it once in DFS settings rather than through all sorts of configs etc. 1
TJIT Posted August 28, 2011 Author Posted August 28, 2011 Thank you! Would love the script please. simontaylorjones at me.com
FN-GM Posted September 12, 2011 Posted September 12, 2011 Thank you! Would love the script please. simontaylorjones at me.com Sorry about the delay here it is. Put the below in a batch file then run it from the root of the folder you store your home areas. You do need to change the domain section to the name of your domain. for /D %%i in (*) do ( cacls %%i /T /E /G domain\%%i:c )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now