I have the following script to map a network drive on certain users PCs. when they log OFF, they get an error message that states "the locla device name is already in use. code is 80070055, source WSHNetwork.MapNetworkDrive.
what to I need to change in the vbs script to fix this?
here is the script:
Dim objNetwork
Set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "p:", "\\myserver\myfolder
what to I need to change in the vbs script to fix this?
here is the script:
Dim objNetwork
Set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "p:", "\\myserver\myfolder