D
daprole
Sorry for the post while I am still reading the xxx manuals. But I
will be in charge soon and now need to learn how to set up one system
fast.
TWO PARTS:
I teach in a large high school with 15 servers.
The workstations in this room have Win2K (we are eventually upgrading
to XP).
Right now, I am merely trying to set up logins with home directories
using batch files.
I successfully created each user (from an excel spreadsheet into a
simple batch file).
Each user logins into a home share as a Z drive on the server.
I am not running a login script.
I made a folder for each user. Using md .
I want to share them so that the particular student (for instance
nadela_getgc6) can login and to the folder nadela_getgc6 and so can a
domain administrator or member of the teachers group. Obviously I
therefore want to remove everyone from share permissions completely.
I tried rmtshare (hopefully I downloaded the correct one?)
rmtshare \\SERVER\nadela_getgc6=c:\users\2004\nadela_getgc6 /grant
nadela_getgc6:f
I tried running net share but couldn't figure out how to not allow
everyone access.
If I manually share throw the gui everything works fine.
Unfortunately I don't have time to learn a new scripting language now
and would like to do everything throw the gui.
PART TWO:
I added the computers through a command line batch file.
Is there anyway to add each individual computer without going around
to each computer?
Also, when I first add the computer it tells me network path not
found. If add the server IP manually as the DNS, it will work. I
don't control the DHCP server, so can't add it as one of the DNS given
out over the DHCP.
Thanks.
will be in charge soon and now need to learn how to set up one system
fast.
TWO PARTS:
I teach in a large high school with 15 servers.
The workstations in this room have Win2K (we are eventually upgrading
to XP).
Right now, I am merely trying to set up logins with home directories
using batch files.
I successfully created each user (from an excel spreadsheet into a
simple batch file).
Each user logins into a home share as a Z drive on the server.
I am not running a login script.
I made a folder for each user. Using md .
I want to share them so that the particular student (for instance
nadela_getgc6) can login and to the folder nadela_getgc6 and so can a
domain administrator or member of the teachers group. Obviously I
therefore want to remove everyone from share permissions completely.
I tried rmtshare (hopefully I downloaded the correct one?)
rmtshare \\SERVER\nadela_getgc6=c:\users\2004\nadela_getgc6 /grant
nadela_getgc6:f
I tried running net share but couldn't figure out how to not allow
everyone access.
If I manually share throw the gui everything works fine.
Unfortunately I don't have time to learn a new scripting language now
and would like to do everything throw the gui.
PART TWO:
I added the computers through a command line batch file.
Is there anyway to add each individual computer without going around
to each computer?
Also, when I first add the computer it tells me network path not
found. If add the server IP manually as the DNS, it will work. I
don't control the DHCP server, so can't add it as one of the DNS given
out over the DHCP.
Thanks.