I have windows server 2003, the clients are Win XP - all are updated.
The disks are mapped using "net use ..." in a bat file.
Sometimes the win xp client don't have any driveletters to the mapped disks
afther a logon and can't start apps on the shared disks.
They doubleclick on an icon pointing to the logonscript - then everything is
ok.
Can you help mee troubleskoot this case - I have little info and no
eventfiles now.
Re: Problems with disks mapped to share like net use p: \\server\share
Hello Tor-Magne,
Have you enabled the policy "Always wait for the network at computer startup
and logon" in a GPO.
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
> Hi
>
> I have windows server 2003, the clients are Win XP - all are updated.
> The disks are mapped using "net use ..." in a bat file.
> Sometimes the win xp client don't have any driveletters to the mapped
> disks
> afther a logon and can't start apps on the shared disks.
> They doubleclick on an icon pointing to the logonscript - then
> everything is
> ok.
> Can you help mee troubleskoot this case - I have little info and no
> eventfiles now.
>
> Tor-Magne
>
Re: Problems with disks mapped to share like net use p: \\server\share
"Tor-Magne" <tttms@online.no> wrote in message
news:OG$kE6IMJHA.4772@TK2MSFTNGP06.phx.gbl...
> Hi
>
> I have windows server 2003, the clients are Win XP - all are updated.
> The disks are mapped using "net use ..." in a bat file.
> Sometimes the win xp client don't have any driveletters to the mapped
> disks afther a logon and can't start apps on the shared disks.
> They doubleclick on an icon pointing to the logonscript - then everything
> is ok.
>
> Can you help mee troubleskoot this case - I have little info and no
> eventfiles now.
>
> Tor-Magne
Modify your logon script as below, then examine c:\test.txt after the user
reports a problem. Remember to remove the logging instructions after you've
solved your problem!
@echo off
echo %date% %time% %UserName% >> c:\test.txt
net use S: \\YourServer\Sales 1>>c:\test.txt 2>>&1
net use T: \\YourServer\Transport 1>>c:\test.txt 2>>&1
net use 1>>c:\test.txt 2>>&1
echo. >>c:\test.txt
Re: Problems with disks mapped to share like net use p: \\server\share
Thank you for your answer. I will try this.
tms
"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:ff16fb66a6b08cafeb92819ba8e@msnews.microsoft.com...
> Hello Tor-Magne,
>
> Have you enabled the policy "Always wait for the network at computer
> startup and logon" in a GPO.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Hi
>>
>> I have windows server 2003, the clients are Win XP - all are updated.
>> The disks are mapped using "net use ..." in a bat file.
>> Sometimes the win xp client don't have any driveletters to the mapped
>> disks
>> afther a logon and can't start apps on the shared disks.
>> They doubleclick on an icon pointing to the logonscript - then
>> everything is
>> ok.
>> Can you help mee troubleskoot this case - I have little info and no
>> eventfiles now.
>>
>> Tor-Magne
>>
>
>
Re: Problems with disks mapped to share like net use p: \\server\share
Thank you for your answer.
tms
"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:%23qz5WGJMJHA.4376@TK2MSFTNGP04.phx.gbl...
>
> "Tor-Magne" <tttms@online.no> wrote in message
> news:OG$kE6IMJHA.4772@TK2MSFTNGP06.phx.gbl...
>> Hi
>>
>> I have windows server 2003, the clients are Win XP - all are updated.
>> The disks are mapped using "net use ..." in a bat file.
>> Sometimes the win xp client don't have any driveletters to the mapped
>> disks afther a logon and can't start apps on the shared disks.
>> They doubleclick on an icon pointing to the logonscript - then everything
>> is ok.
>>
>> Can you help mee troubleskoot this case - I have little info and no
>> eventfiles now.
>>
>> Tor-Magne
>
> Modify your logon script as below, then examine c:\test.txt after the user
> reports a problem. Remember to remove the logging instructions after
> you've solved your problem!
> @echo off
> echo %date% %time% %UserName% >> c:\test.txt
> net use S: \\YourServer\Sales 1>>c:\test.txt 2>>&1
> net use T: \\YourServer\Transport 1>>c:\test.txt 2>>&1
> net use 1>>c:\test.txt 2>>&1
> echo. >>c:\test.txt
>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.