In your login script, you can add something like this:
Set WshNetwork = CreateObject ("Wscript.Network")
UserName = wshNetwork.Username
WshNetwork.MapNetworkDrive "y:", "\\SERVER01" & UserName
Or, if you have multiple sites and want to check based on the login server, check out faq329-5798...