From: Barry on
> WshNetwork.MapNetworkDrive "H:",
> "\\cobcore0.ad.cob.michigan-state.edu\" & WshNetwork.UserName & "$"

surely there's a "users" share or something in there? Or do you really have
everyone off the root? albeit hidden?

"\\cobcore0.ad.cob.michigan-state.edu\users\" & WshNetwork.UserName & "$"

maybe??