+ Post New Thread
Results 1 to 8 of 8
How do you do....it? Thread, User Areas - Shares!?! in Technical; Does anyone know how I can setup lots of user area shares quickly? For instance Jo Bloggs - Year 7 ...
  1. #1
    wesleyw's Avatar
    Join Date
    Dec 2005
    Location
    Walsall
    Posts
    2,050
    Blog Entries
    1
    Thank Post
    207
    Thanked 49 Times in 43 Posts
    Rep Power
    26

    User Areas - Shares!?!

    Does anyone know how I can setup lots of user area shares quickly?


    For instance

    Jo Bloggs - Year 7


    \\datastorageserver\user data$\year 7\06j-bloggs

    would be her user area UNC path to say the N drive.

    Is there a way of bulk creating user UNCs I.E.

    \\datastorageserver\06j-bloggs$

    This is so that our Linux File System can know by default where the user areas are on that server? It gets complicated if you need to specify \\server\share\year folder\user name folder\

    Wes

  2. IDG Tech News

  3. #2

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,560
    Thank Post
    306
    Thanked 883 Times in 793 Posts
    Rep Power
    211

    Re: User Areas - Shares!?!

    mkdir in a batch file to create the folder i.e

    mkdir d:\user data\year 7\username

    Run on the server that you are creating them on then

    net share username$=d:\user data\year 7\username /grant:everyone,f

    I use excel to take a list of usernames in one column then in the next create the commands to make the directories then past it into a batch file.

    Ben

  4. #3

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,560
    Thank Post
    306
    Thanked 883 Times in 793 Posts
    Rep Power
    211

    Re: User Areas - Shares!?!

    So you'd have

    mkdir d:\user data\year 7\06j-bloggs
    net share 06j-bloggs$=d:\user data\year 7\06j-bloggs /grant:everyone,f

  5. #4
    wesleyw's Avatar
    Join Date
    Dec 2005
    Location
    Walsall
    Posts
    2,050
    Blog Entries
    1
    Thank Post
    207
    Thanked 49 Times in 43 Posts
    Rep Power
    26

    Re: User Areas - Shares!?!

    Well thankfully I've created all the user home directories. So I just use netshare on the server to set them up permanently?

    Wes

  6. #5
    tosca925's Avatar
    Join Date
    Aug 2005
    Location
    Midlands
    Posts
    1,565
    Thank Post
    4
    Thanked 4 Times in 4 Posts
    Rep Power
    17

    Re: User Areas - Shares!?!

    Wes

    Are you a Sandwell or Walsall school?

  7. #6
    wesleyw's Avatar
    Join Date
    Dec 2005
    Location
    Walsall
    Posts
    2,050
    Blog Entries
    1
    Thank Post
    207
    Thanked 49 Times in 43 Posts
    Rep Power
    26

    Re: User Areas - Shares!?!

    Walsall?

    Wes

  8. #7

    Join Date
    Feb 2006
    Posts
    1,193
    Thank Post
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Re: User Areas - Shares!?!

    @Wes
    Don't forget to tie down the file permissions on each area using CACLS or SetACL.

  9. #8


    Join Date
    Jan 2006
    Posts
    6,456
    Thank Post
    324
    Thanked 740 Times in 557 Posts
    Rep Power
    201

    Re: User Areas - Shares!?!

    I was doing this the other week and found this site usefull:
    http://www.robvanderwoude.com/forshare.html

SHARE:
+ Post New Thread

Similar Threads

  1. DPA +User Areas
    By Dos_Box in forum School ICT Policies
    Replies: 43
    Last Post: 5th December 2007, 12:54 PM
  2. User areas + User share permissions.
    By Dos_Box in forum Windows
    Replies: 6
    Last Post: 11th September 2007, 11:17 AM
  3. Copying user areas to a new Server
    By fawkers in forum Windows
    Replies: 10
    Last Post: 2nd August 2007, 10:28 AM
  4. Moving user areas (RM CC3)
    By CheeseDog in forum Networks
    Replies: 11
    Last Post: 18th September 2006, 10:42 AM
  5. User Network Areas and Profiles
    By wesleyw in forum Windows
    Replies: 7
    Last Post: 21st June 2006, 12:40 PM

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
  •