From: Geoff Schaller on
> Dirk, why don't you use a login script?
> net use J: \\server3\voapps /persistent:yes

In a login script you should use /persist:no because it will be created
every session. If you persist the mapping then you should try to delete
the mapping before creating it or use a logoff script to remove the
mapping. Basically you should be aiming to make your sessions stateless
and self contained.

Geoff




__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3700 (20081217) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


From: Paul D B on
Geoff Schaller wrote:
>> Dirk, why don't you use a login script?
>> net use J: \\server3\voapps /persistent:yes
>
> In a login script you should use /persist:no because it will be
> created every session. If you persist the mapping then you should try
> to delete the mapping before creating it or use a logoff script to
> remove the mapping. Basically you should be aiming to make your
> sessions stateless and self contained.
>
> Geoff
>
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 3700 (20081217) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com

yep, that was a typo, my login scripts do have persistent:no (but I don't
think it is a problem, it will probably raise a warning that the drive name
is already in use)

--
Paul