Guest richard Posted November 5, 2007 Posted November 5, 2007 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 :oops:
deano Posted November 5, 2007 Posted November 5, 2007 setacl.exe is a start for permissions and then mkr dir in a batch for folder creation
apeo Posted November 5, 2007 Posted November 5, 2007 You might want to look at: http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=6076&highlight=bulk+folder+creation http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=11000&highlight=bulk+folder+creation
jsnetman Posted November 5, 2007 Posted November 5, 2007 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.allusers.zip
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