If I run this, it works, it maps X drive, but its not server specific.
strDriveLetter = "X:"
strRemotePath = "server"
Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath, false, gt, pass
But when I run my original script, that calls...