Re: question about the default USERS SHARED FOLDERS in SBS 2003
- From: "Lanwench [MVP - Exchange]" <lanwench@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 3 Sep 2005 13:04:27 -0400
In news:esL08U2rFHA.3424@xxxxxxxxxxxxxxxxxxxx,
Dale <banana_pages@(********> typed:
> Hello...
>
> I have a question about the default USERS SHARED FOLDERS\USERNAME that
> Windows SBS 2003 Server creates when you run the ADD USER wizard...
>
Note that SBS 2003 questions are best asked in
microsoft.public.windows.server.sbs - SBS is its own beastie and does a lot
of things its own way, particularly in the sense that nearly everything has
a wizard associated with it.
> It seems that that everyone can read each others folders and that SBS
> does not setup those folders to be private for each user.
I don't know as I don't use the add user wizard and I set up my users'
folders manually - sorry. Again, the SBS folks will likely have a better
answer for you.
>
> What can I do to make those folders private for each user?
>
> Also, I want to map the user folder to the H: drive. Currently I am
> mapping it like this...
>
> NET USE H: \\SERVERNAME\USERS
>
> The problem is that each user can see each others folder names.
Right, because you're mapping to the share, not to the subfolders. That
said, they shouldn't be able to *access* the other users' subfolders....are
they able to?
>
> How can I map it like this in the login script? . . .
> NET USE H: \\SERVERNAME\USERS\USERNAME ?
Just like that -
net use h: \\server\share\folder /persistent:no
(I like to use the /persistent:no switch for all drive mappings)
Although I'd prefer to a) make shares hidden by using a dollar sign at the
end of the share name, and b) set the user's home directory path in their
ADUC properties as h: --> \\server\users$\username
Then in the login script, if you wish, you could use
net use h: /home /persistent:no
>
> Please email me the answers as I am at work and don't have access to
> this news feed from work.
Sorry, no email replies. Ask in a group, read the answers in the group. That
way, everyone can participate, benefit, and you won't be asking people to
possibly duplicate the efforts of others.
In addition, note that posting your valid e-mail address in a newsgroup
post, or in your news account settings, is a surefire way to get spam and
SWEN and other viruses sent to you....see
http://www.mailmsg.com/SPAM_munging.htm for help in the future, but note
that now that your address is out there, there's not much you can do about
it.
>
> Dale Allen
> MCP, MCSE, MCP+I CCNA
> www.daleallen.com
.
- References:
- Prev by Date: Re: Outlook won't log onto Incoming Mail Server
- Next by Date: SBS 2k3 exchange Crashed
- Previous by thread: question about the default USERS SHARED FOLDERS in SBS 2003
- Next by thread: How to host with server 2003
- Index(es):
Relevant Pages
|