I have setup a partition on a server. I would like to have client workstations map a few logical drives to different parts of the partion. The partition on the server is labeled ‘Z’. Would the following code get the job done in a logon script?
Set objNetwork = CreateObject(“WScript.Network”)
objNetwork.MapNetworkDrive “Y:” , “\\DBBC-SERVER\z:\DBBC_DB”
objNetwork.MapNetworkDrive “Z:” , “\\DBBC-SERVER\Z:\MemberPO”