Xserve mapped folders on XP Clients

From: Jeremy (anonymous_at_discussions.microsoft.com)
Date: 03/23/04


Date: Tue, 23 Mar 2004 08:03:09 -0800

So I figured out a solution for this, thought I would post
in case any one else runs across it...

Create a .bat file and include the following:

@echo off
net use z: \\ipaddress\share /USER:admin account password
drop this .bat file in the startup folder on the computer
and it works like a charm...mine looks like this:

@echo off
net use u: \\192.168.20.43\jobs /USER:admin jeremy

use the @echo off so the pass doesn't flash on the screen
when it connects.

Hope someone finds this useful.

Jeremy
>-----Original Message-----
>If anyone has figured this out, I will be very grateful...
>
>I have an Xserve that we use for file sharing for our
>graphic files. We have recently began sharing PDF
version
>of the artwork on the Xserve to allow PC users to view it
>without needing the appropriate software (Illustrator,
>Corel, etc). The problem I am having is this:
>
>I can map the Xserve share (//192.168.20.43/jobs) to the
>PC's only if I use the admin account on the xserve. If I
>try using a different VALID account from the xserve (say
>user id tom; pass: tom), it won't be made accessible.
>This wouldn't be a major problem if I didn't have to re-
>certify the admin account
>everytime the computer re-booted.
>
>So I guess I have two questions:
>
>1) Does anyone know how to get xserve shares to function
>properly with valid accounts (other than the admin
>account) - Yes "Allows Windows logon" is checked in the
>xserve user setup.
>
>2) Does anyone know how to get XP to store the admin
>credentials so I don't have to log in the user's every
>morning (60 computers...gets a little time consuming)?
>
>Thanks for the help in advance.
>
>Jeremy
>
>.
>



Relevant Pages

  • Xserve mapped folders on XP Clients
    ... I have an Xserve that we use for file sharing for our ... PC's only if I use the admin account on the xserve. ...
    (microsoft.public.win2000.macintosh)
  • Mapping Mac Folder
    ... I have an Xserve that we use for file sharing for our ... PC's only if I use the admin account on the xserve. ...
    (microsoft.public.windowsxp.network_web)
  • Re: Scheduled Tasks result - 0x1
    ... I have created a BAT file which is supposed to automatically connect to ... than to always manually run this BAT file, I am then using windows XP ... scheduler to run this BAT file daily at a given time. ... Administrator account and change the password, ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Robocopy Security and Authorization
    ... It appears that the problem is access to run the bat file itself. ... Robocopy doesn't even generate its log file. ... I also gave the RobocopyUser full rights to the BAT file, ... I noticed that the AT servce acct is the 'System' account. ...
    (microsoft.public.windows.server.general)
  • Windows Service-Log on as Option
    ... I have to launch a service which calls a bat file that has got ... error (however it works fine when i execute the bat file alone).So I ... However If I log in as a different user (say a limited account user) ...
    (microsoft.public.dotnet.general)

Loading