+ Post New Thread
Results 1 to 4 of 4
How do you do....it? Thread, Bulk folder creation in Technical; I need to create a folder in some 250 user home folders and was wondering if there was a simple ...
  1. #1
    richard
    Guest

    Bulk folder creation

    I need to create a folder in some 250 user home folders and was wondering if there was a simple way to do it. I did find siomething ages ago but can I find it now ops:

  2. IDG Tech News

  3. #2

    Join Date
    Feb 2007
    Location
    Wolverhampton
    Posts
    159
    Thank Post
    10
    Thanked 10 Times in 10 Posts
    Rep Power
    12

    Re: Bulk folder creation

    setacl.exe is a start for permissions and then mkr dir in a batch for folder creation

  4. #3
    apeo's Avatar
    Join Date
    Sep 2005
    Location
    Lost
    Posts
    1,430
    Thank Post
    79
    Thanked 90 Times in 86 Posts
    Rep Power
    32

  5. #4
    jsnetman's Avatar
    Join Date
    Oct 2007
    Posts
    884
    Thank Post
    21
    Thanked 133 Times in 125 Posts
    Rep Power
    34

    Re: Bulk folder creation

    There is probably a script that will do it for you but by the time you can get one working it's probably better to just export all the users from your domain into a txt file then import that file into excel. First of all run the "allusers.bat users.txt" on a DC to get the user list. Then import into excel and add a column before the userlist md \\server\sharename, after the user column add \foldername. Then you concatenate the 3 columns and you will end up with something like this.

    md \\server\sharename\jbloggs\foldername
    md \\server\sharename\mmouse\foldername

    Copy and paste the concatenated result to another sheet using the paste special command and use values. Once done copy the result straight into a cmd window. Or you can save the result as a csv file and then convert it to a batch file.
    Attached Files Attached Files

SHARE:
+ Post New Thread

Similar Threads

  1. Active Directory - Single and Bulk User creation and FREE!!
    By siuko in forum How do you do....it?
    Replies: 37
    Last Post: 20th May 2012, 07:13 AM
  2. Bulk user Creation
    By Jamie_a in forum Windows
    Replies: 10
    Last Post: 14th January 2009, 07:30 PM
  3. Bulk User Creation Tools
    By mark in forum Downloads
    Replies: 16
    Last Post: 10th July 2007, 04:24 PM
  4. Bulk folder Creation in Windows
    By scgf in forum How do you do....it?
    Replies: 21
    Last Post: 26th April 2007, 04:05 PM
  5. Bulk user creation
    By Dos_Box in forum How do you do....it?
    Replies: 63
    Last Post: 13th November 2006, 08:02 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
  •