pritchardavid Posted May 10, 2010 Posted May 10, 2010 Ok I need to move the folder where all the students and staff documents are kept, has I need to move this to another location while I upgrade the server from 2003R2 to 200R2 What the best way of doing this? I believe each user has their own security rights for the own area and ofcourse we have admin rights of each folder. How can I move all the folders with the security rights intact? And what whould be the best case of changing the location path in the users properties for their area at the moment we have it set like \\server-1\home$\joebloggs Is there some sort of variable I can use to just make it use for the username for where there folder is located ie there username is spongebob, so there location will be \\server-1\home$\spongbob Thanks in advance Also what the best way of transfering the dhcp service from 2003R2 to 2008R2
EduTech Posted May 10, 2010 Posted May 10, 2010 You could download the tool created my Ozan [iCTNUT] @ OPSoftware called EduMove. Info on EduGeek here: http://www.edugeek.net/forums/general-edugeek-news-announcements/48085-edumove-here.html If you wanted to change permissions, add/edit/replace then i recommend you download the tool from WiseSoft Called NTFS Fix: http://www.wisesoft.co.uk/software/ntfsfix/default.aspx ___ Or/ thinking about it What you could do is make a backup of the user areas, restore them to the new location and then change the properties in the AD User Accounts. As this is a backup/restore it will keep the security permissions intact also. Normal Microsoft Backup will work fine. James.
36Degrees Posted May 11, 2010 Posted May 11, 2010 Personally I would use the backup and restore option. And what whould be the best case of changing the location path in the users properties for their area at the moment we have it set like \\server-1\home$\joebloggs Is there some sort of variable I can use to just make it use for the username for where there folder is located ie there username is spongebob, so there location will be \\server-1\home$\spongbob Sorry but I don't understand what you're after here?
jmcdermott Posted May 11, 2010 Posted May 11, 2010 I would simply change the path in Active Directory, this will create the new folder structure, then simply copy the old folders over the new. To add on the admin group again just use cacls or icacls which are already built into windows. (if you use cacls make sure you use the edit switch or it will remove all previous security.)
pritchardavid Posted May 11, 2010 Author Posted May 11, 2010 You say change the path in active directory but whats the quick way of doing it, dont really want to go throught over 1000 users and change the path`
36Degrees Posted May 11, 2010 Posted May 11, 2010 You say change the path in active directory but whats the quick way of doing it, dont really want to go throught over 1000 users and change the path` I think everyone's assuming the same as I am, that you're using Group Policy to redirect the folder. That would require changing the path once but would affect all users that GPO is applied to.
pritchardavid Posted May 11, 2010 Author Posted May 11, 2010 nope thats not how its been setup, it setup has the attachment is The user then can get to their documents by eithier through my computer or using a shorcut that goes to the o drive (Has shown in the picture, it is mapped)
MatthewL Posted May 11, 2010 Posted May 11, 2010 DFS would be a good thing here, get it set-up, then it doesn't really matter which box they are on
pritchardavid Posted May 11, 2010 Author Posted May 11, 2010 (edited) Yer dfs for the win, started to use this now, done the redirected start menus, desktops and profiles on it so far, will make these one replicated has will, incase a the server goes down This was just how it was setup when I started, havent changed it yet, but when I upgrade the server after moving the folders, it will be a dfs share, plus in diffrent folder, every single user in in one folder, will move it so teachers, non teaching staff, admins, year 7, year 8, year 9, year 10, year 11 are sepreate and in the own folders hang on just saw this thread http://www.edugeek.net/forums/windows/40864-users-network-home-folder-permissions.html on there in has this Mapped as: \\servername\users$\Admin\%username% \\servername\users$\Yeargroup\Intake Year\%username% \\servername\users$\Teaching Staff\%username% \\servername\users$\Non-teaching Staff\%username% \\servername\users$\System Administrators\%username% they have %username% Would that meen I could use that instead of the actual user name on the user home folder link, if so that would slove my problem, has I can use admanger to change it to all the users Edited May 11, 2010 by pritchardavid
DMcCoy Posted May 11, 2010 Posted May 11, 2010 Ok I need to move the folder where all the students and staff documents are kept, has I need to move this to another location while I upgrade the server from 2003R2 to 200R2 What the best way of doing this? Backup/Restore or something like robocopy (I normally use robocopy). I believe each user has their own security rights for the own area and ofcourse we have admin rights of each folder. How can I move all the folders with the security rights intact? robocopy can copy the ACLs And what whould be the best case of changing the location path in the users properties for their area at the moment we have it set like \\server-1\home$\joebloggs Is there some sort of variable I can use to just make it use for the username for where there folder is located ie there username is spongebob, so there location will be \\server-1\home$\spongbob Multiple select in Active directory. Use \\server\share$\%username% If the folders are not created the mmc console will create them. If they have already been copied then it will just complain that it already exists (but will change the path anyway). Also what the best way of transfering the dhcp service from 2003R2 to 2008R2 netsh How to use the Netsh utility to export and import DHCP scopes
EduTech Posted May 11, 2010 Posted May 11, 2010 You say change the path in active directory but whats the quick way of doing it, dont really want to go throught over 1000 users and change the path` Sorry i did not catch this earlier been pretty busy, but as said in the above post made by DMCoy, if you select all the users within an OU you are able to set properties for the user. use the %username% variable at the end of the path. James.
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