We have recently updated our login scripts from .bat files to vbscript files placed by group policy. Here is command used.
objNetwork.MapNetworkDrive “u:”, “\\server\homedir$\it\” & objNetwork.UserName
The issue is that when users with laptops are not on the network the drive is missing. So their my documents folder will not open because the drive is not mapped.
What I find weird is that the other drives that are mapped with the script are showing but in a disconnected state.
Why would user drive be gone completely?