|
Home > Archive > microsoft.public.cert.exams.mcse > June 2002 > folders
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| hi forum...
i need some help.
i got a server with win 2k, and i need to create 3200 folders (each one for
a different user) on it, (ntfs partition).
how can i do this automatically?
thank you
sorry my english!
| |
| Alan Tong 2002-06-22, 6:34 pm |
| Creat a program (VB, .bat or other tools)
automatic to creat it
"ringo" <ringuete@hotmail.com> wrote in message
news:OzZbTqT0BHA.1160@tkmsftngp04...
> hi forum...
> i need some help.
> i got a server with win 2k, and i need to create 3200 folders (each one
for
> a different user) on it, (ntfs partition).
> how can i do this automatically?
> thank you
> sorry my english!
>
>
>
>
| |
| Alan Tong 2002-06-22, 6:34 pm |
| ÓøöËæ±ãʲô³ÌÐòÉú³ÉÂï
"ringo" <ringuete@hotmail.com> wrote in message
news:OzZbTqT0BHA.1160@tkmsftngp04...
> hi forum...
> i need some help.
> i got a server with win 2k, and i need to create 3200 folders (each one
for
> a different user) on it, (ntfs partition).
> how can i do this automatically?
> thank you
> sorry my english!
>
>
>
>
| |
| S. O'Brien 2002-06-22, 6:34 pm |
| 3200 folders? do you mean home folders on the server?? If so, in the user
properties page set the home page to use \systemroot\whereever you want it
to go\%username% and it will create a home folder for each user you create.
However, if the user is already created, this would mean going to each user
property page and making the change. This can be time consuming but this
way, you can move users or create new users and never have to worry about
doing this ever again 
Sue
"ringo" <ringuete@hotmail.com> wrote in message
news:OzZbTqT0BHA.1160@tkmsftngp04...
> hi forum...
> i need some help.
> i got a server with win 2k, and i need to create 3200 folders (each one
for
> a different user) on it, (ntfs partition).
> how can i do this automatically?
> thank you
> sorry my english!
>
>
>
>
| |
| Simon Geary 2002-06-22, 6:34 pm |
| How about a logon script along the lines of md
\\fileserver\folders\%username
%
"ringo" <ringuete@hotmail.com> wrote in message
news:OzZbTqT0BHA.1160@tkmsftngp04...
> hi forum...
> i need some help.
> i got a server with win 2k, and i need to create 3200 folders (each one
for
> a different user) on it, (ntfs partition).
> how can i do this automatically?
> thank you
> sorry my english!
>
>
>
>
| |
|
| thank you to everyone....... i got another question..
how can i assing permissions to those folders..
for example:
full control for the creator owner only..?
thanks in advance.
"Simon Geary" <simon_geary@hotmail.com> wrote in message
news:3c9b18eb$0$234$cc9e4d1f@n
ews.dial.pipex.com...
> How about a logon script along the lines of md
> \\fileserver\folders\%username
%
>
> "ringo" <ringuete@hotmail.com> wrote in message
> news:OzZbTqT0BHA.1160@tkmsftngp04...
> > hi forum...
> > i need some help.
> > i got a server with win 2k, and i need to create 3200 folders (each one
> for
> > a different user) on it, (ntfs partition).
> > how can i do this automatically?
> > thank you
> > sorry my english!
> >
> >
> >
> >
>
>
| |
| durkster 2002-06-22, 6:35 pm |
| Buy the windows 2000 server resource kit and use the xcacls cmd line tool,
or one of the perl tools that does the same.
>>"ringo" <ringuete@hotmail.com> wrote in message
news:efSpV9f0BHA.2324@tkmsftngp02...
> thank you to everyone....... i got another question..
> how can i assing permissions to those folders..
> for example:
> full control for the creator owner only..?
> thanks in advance.
>
"Simon Geary" <simon_geary@hotmail.com> wrote in message
> news:3c9b18eb$0$234$cc9e4d1f@n
ews.dial.pipex.com...
> > How about a logon script along the lines of md
> > \\fileserver\folders\%username
%
> >
> > "ringo" <ringuete@hotmail.com> wrote in message
> > news:OzZbTqT0BHA.1160@tkmsftngp04...
> > > hi forum...
> > > i need some help.
> > > i got a server with win 2k, and i need to create 3200 folders (each
one
> > for
> > > a different user) on it, (ntfs partition).
> > > how can i do this automatically?
> > > thank you
> > > sorry my english!
> > >
> > >
> > >
> > >
> >
> >
>
>
| |
| Kerry Hoskin 2002-06-22, 6:35 pm |
| you could do this via some adsi scripting, do a post on
micorsoft.public.adsi.general
Kerry
"ringo" <ringuete@hotmail.com> wrote in message
news:efSpV9f0BHA.2324@tkmsftngp02...
> thank you to everyone....... i got another question..
> how can i assing permissions to those folders..
> for example:
> full control for the creator owner only..?
> thanks in advance.
>
>
> "Simon Geary" <simon_geary@hotmail.com> wrote in message
> news:3c9b18eb$0$234$cc9e4d1f@n
ews.dial.pipex.com...
> > How about a logon script along the lines of md
> > \\fileserver\folders\%username
%
> >
> > "ringo" <ringuete@hotmail.com> wrote in message
> > news:OzZbTqT0BHA.1160@tkmsftngp04...
> > > hi forum...
> > > i need some help.
> > > i got a server with win 2k, and i need to create 3200 folders (each
one
> > for
> > > a different user) on it, (ntfs partition).
> > > how can i do this automatically?
> > > thank you
> > > sorry my english!
> > >
> > >
> > >
> > >
> >
> >
>
>
| |
| Ben Smith [MS] 2002-06-22, 6:35 pm |
| In article <exogxYh0BHA.2228@tkmsftngp07>, martin@durkster.org says...
> Buy the windows 2000 server resource kit and use the xcacls cmd line tool,
> or one of the perl tools that does the same.
>
Actually, IIRC xacls.exe is included on the Windows 2000 CD with the
support tools.
In any case, either xcalcs.exe or subinacl.exe from the W2K resource kit
will work.
--
Ben Smith
Microsoft Training and Certification
Are you secure? http://www.microsoft.com/security
This posting is provided “AS IS” with no warranties, and confers no
rights.
|
|
|
|
|