+ Post New Thread
Results 1 to 11 of 11
General Chat Thread, File Management in General; When building your file management tree how have you structured it? This is in a Windows 2008 network server setting. ...
  1. #1
    leco's Avatar
    Join Date
    Nov 2006
    Location
    West Yorkshire
    Posts
    2,026
    Thank Post
    595
    Thanked 125 Times in 119 Posts
    Rep Power
    37

    File Management

    When building your file management tree how have you structured it? This is in a Windows 2008 network server setting.

    Is it something like:
    Profiles/Documents/OU/User
    Profiles/Settings/OU/User

    OR

    Profiles/OU/Documents/User
    Profiles/OU/Settings/User

    OR

    Something else entirely?

    If the first then the user profile path, for each user in AD would be quite long. Is this OK? On the other hand with the second one could the user get "confused" and put things in the wrong folder. Or does it not matter much how the tree is set? Is there a kind of best practice for this?

  2. IDG Tech News

  3. #2

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223
    We use local profiles so dont have a profile one but for documents we do:

    Server > User Documents > Staff > username
    Server > User Documents > Students > Year Started > username

  4. Thanks to FN-GM from:

    leco (22nd March 2009)

  5. #3

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    7,543
    Blog Entries
    9
    Thank Post
    444
    Thanked 1,909 Times in 1,623 Posts
    Rep Power
    457
    Quote Originally Posted by FN-GM View Post
    We use local profiles so dont have a profile one but for documents we do:

    Server > User Documents > Staff > username
    Server > User Documents > Students > Year Started > username
    Same as above but without the start year as we are a primary with profiles following the same form:
    Server > User Profiles > Staff > username

  6. Thanks to SYNACK from:

    leco (22nd March 2009)

  7. #4

    EduTech's Avatar
    Join Date
    Aug 2007
    Location
    Birmingham
    Posts
    4,596
    Blog Entries
    3
    Thank Post
    128
    Thanked 745 Times in 585 Posts
    Rep Power
    191
    Same as above:

    Server>UserAreas>Staff>Username

    Server>UserAreas>Students>Username

    James.

  8. Thanks to EduTech from:

    leco (22nd March 2009)

  9. #5
    mb2k01's Avatar
    Join Date
    Jan 2007
    Posts
    1,088
    Thank Post
    185
    Thanked 218 Times in 185 Posts
    Rep Power
    85
    Slightly different than all above...

    Server > E$ > Users > Staff > Useraname
    Server > E$ > Users > Students > Intake Year > Username

    E$ is a partition entirely for user areas which runs disk quota on it.
    All individual user areas shared so accessible via \\server\username

    Then, (technically not what you asked, but still kind of file structure), we have Folder redirection in place which redirects:
    Desktop: \\server\desktops\staff and \\server\desktops\students
    My Documents (and all sub folders like my pics etc): \\server\%username%
    App Data: \\server\%username%\AppData
    Start Menu: \\server\desktops\staff ands \\server\desktops\students (we used to operate seperate menus, but figured as we want the same shortcuts as available on the desktop we might as well just maintain the one area!

  10. Thanks to mb2k01 from:

    leco (22nd March 2009)

  11. #6
    leco's Avatar
    Join Date
    Nov 2006
    Location
    West Yorkshire
    Posts
    2,026
    Thank Post
    595
    Thanked 125 Times in 119 Posts
    Rep Power
    37
    Quote Originally Posted by mb2k01 View Post
    Slightly different than all above...

    Server > E$ > Users > Staff > Useraname
    Server > E$ > Users > Students > Intake Year > Username

    E$ is a partition entirely for user areas which runs disk quota on it.
    All individual user areas shared so accessible via \\server\username

    Then, (technically not what you asked, but still kind of file structure), we have Folder redirection in place which redirects:
    Desktop: \\server\desktops\staff and \\server\desktops\students
    My Documents (and all sub folders like my pics etc): \\server\%username%
    App Data: \\server\%username%\AppData
    Start Menu: \\server\desktops\staff ands \\server\desktops\students (we used to operate seperate menus, but figured as we want the same shortcuts as available on the desktop we might as well just maintain the one area!
    Maybe not what I asked but what I was actually after, thanks. Just shows if you don't know that you don't know then you can't ask the question to get the answer to what you need.

    I think folder redirection is what I'm coming unstuck with just now. What share permissions do you have so that the path is \\server\username? That would be most useful and saves having to type long paths when navigating anywhere. Thanks.

  12. #7
    mb2k01's Avatar
    Join Date
    Jan 2007
    Posts
    1,088
    Thank Post
    185
    Thanked 218 Times in 185 Posts
    Rep Power
    85
    Lol, glad I was able to help by over-answering!

    On the \\server\username share we allow "everybody" full access, not other permissions than that on the share. On the security permissions we have Administrators Full, Supervisors (which is our own low-admin group) Full, and that specific username (07jbloggs) also Full.

    Quote Originally Posted by leco View Post
    Maybe not what I asked but what I was actually after, thanks. Just shows if you don't know that you don't know then you can't ask the question to get the answer to what you need.

    I think folder redirection is what I'm coming unstuck with just now. What share permissions do you have so that the path is \\server\username? That would be most useful and saves having to type long paths when navigating anywhere. Thanks.

  13. #8
    leco's Avatar
    Join Date
    Nov 2006
    Location
    West Yorkshire
    Posts
    2,026
    Thank Post
    595
    Thanked 125 Times in 119 Posts
    Rep Power
    37
    Quote Originally Posted by mb2k01 View Post
    Lol, glad I was able to help by over-answering!

    On the \\server\username share we allow "everybody" full access, not other permissions than that on the share. On the security permissions we have Administrators Full, Supervisors (which is our own low-admin group) Full, and that specific username (07jbloggs) also Full.
    To do the redirects where do the GPOs sit? Do you have OUs for Staff and another for Students which are linked to each policy? I'm trying to get my head round the whole thing and my brain can't cope. lol.

  14. #9
    mb2k01's Avatar
    Join Date
    Jan 2007
    Posts
    1,088
    Thank Post
    185
    Thanked 218 Times in 185 Posts
    Rep Power
    85
    Yeah, we have different OU's for staff and students where these settings are saved.

    In the Group Policy console, expand the User Configuration, Windows Settings, and Folder Redirection nodes. All of the places you can redirect will be under there.

    Quote Originally Posted by leco View Post
    To do the redirects where do the GPOs sit? Do you have OUs for Staff and another for Students which are linked to each policy? I'm trying to get my head round the whole thing and my brain can't cope. lol.

  15. Thanks to mb2k01 from:

    leco (22nd March 2009)

  16. #10
    leco's Avatar
    Join Date
    Nov 2006
    Location
    West Yorkshire
    Posts
    2,026
    Thank Post
    595
    Thanked 125 Times in 119 Posts
    Rep Power
    37
    OK starting to get the picture now, thanks. Will need to think before acting.

  17. #11
    mb2k01's Avatar
    Join Date
    Jan 2007
    Posts
    1,088
    Thank Post
    185
    Thanked 218 Times in 185 Posts
    Rep Power
    85
    No worries. If you need anything else post back or PM me

  18. Thanks to mb2k01 from:

    leco (22nd March 2009)

SHARE:
+ Post New Thread

Similar Threads

  1. Remote Management?
    By BaccyNet in forum Networks
    Replies: 24
    Last Post: 21st June 2007, 05:43 PM
  2. PC/User Management
    By monkeyx in forum Network and Classroom Management
    Replies: 1
    Last Post: 23rd March 2007, 04:24 PM
  3. Replies: 4
    Last Post: 23rd March 2006, 07:27 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •