Re: Logon Scripts and Shared Drives
- From: Nabil <Nabil@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Apr 2006 12:36:02 -0700
Thanks for the help guys, sadly the problem still there. I added the home
share to the user's profile and that seems to work fine. Oddly enough, I get
the first net use command mapped fine. The second and third map commands do
not work, I get the 53 error.
I can map the shares manually with no problem. I can hit the SBS server via
the ie with issues either. My batch file looks like this now:
@echo off
net use p: /d
net use p: \\NAVIGATOR\APPS
net use x: /d
net use x: \\NAVIGATOR\\FINANCE
net use s: /d
net use s: \\NAVIGATOR\\SHARED
Thanks
"Al Williams" wrote:
No reason that shouldn't work. Make sure on the client PC all old network.
shares are disconnected first.
Error 53 may mean your DNS is not setup properly. Try this google search
for more:
http://groups.google.com/groups/search?ie=UTF-8&q=net+use+error+%2B53+sbs2003&qt_s=Search
--
Allan Williams
"Nabil" <Nabil@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1D07BE07-0DD4-4231-888A-36A274CEEDA3@xxxxxxxxxxxxxxxx
Greetings all -
I need help desperately, the more I read the more confused I get. We just
installed an SBS 2003 (pretty cool stuff)server and want to migrate my
clients from the existing 2000 server network. I'm testing logon scripts
to
map to multiple shares on the SBS server, and to save my life I can't get
it
to work. So I have multiple questions (please be patient with me ;-)).
I created the following shares in addition to the existing "Users" share:
Finance, Apps and Shared. I also created an account called "Nabil" with
admin rights to test the login process.
I added the following lines to the default batch script
"SBS_LOGIN_SCRIPT.bat" :
\\NAVIGATOR\Clients\Setup\setup.exe /s NAVIGATOR
@echo off
net use p: /d
net use p: \\NAVIGATOR\APPS /yes
net use x: /d
net use x: \\NAVIGATOR\\FINANCE /YES
net use s: /d
net use s: \\NAVIGATOR\\SHARED /YES
/homedir:\\NAVIGATOR\%username%$
When I logon and authenticate to SBS, the only drive maps is "P" and I
keep
getting error 53.
So, how I can map these drives when users logon? We're a small site,
either
AD or a batch file works for me. However, I would like to do what the
best
practices are. Also, How can I make the process automated when the next
user
is added?
Any ideas?
Thanks,
Nabil
- Follow-Ups:
- Re: Logon Scripts and Shared Drives
- From: AllenM
- Re: Logon Scripts and Shared Drives
- From: AllenM
- Re: Logon Scripts and Shared Drives
- References:
- Re: Logon Scripts and Shared Drives
- From: Al Williams
- Re: Logon Scripts and Shared Drives
- Prev by Date: Force folder within share to have static location
- Next by Date: Re: Need to change DNS entries to reflect new Company Name
- Previous by thread: Re: Logon Scripts and Shared Drives
- Next by thread: Re: Logon Scripts and Shared Drives
- Index(es):
Relevant Pages
|