Offline Files- user drive missing when disconnected from network - TechRepublic
Question
November 18, 2008 at 01:17 PM
netwelle

Offline Files- user drive missing when disconnected from network

by netwelle . Updated 17 years, 7 months ago

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?

This discussion is locked

All Comments