Environment: Win2KSP3 servers w/ Wind2KSP2 and WinXPSP1 clients.
We are changing the location of our user directories. To ease the migration process I've created two groups, server1users & server2users. The lines below show the drive mapping I am attempting.
:: SCRIPT
If InGroup ("Server1Users") = 1
Use u: /delete /persistent
Use u: "\\server1\vol1\users\@userid"
EndIf
:: END SCRIPT
The share is at the \\server1\vol1\ directory.
This works on Win2K clients but the WinXP clients to not obtain the drive mapping.

Any help would be greatly appreciated.