Scripting a mapped network drive - Batch, VB and Powershell
Jun 28, 2012 How to map drives via VB logon script Feb 26, 2010 How to Map Network Drive With Login Script Active Mar 14, 2016
May 29, 2014
Feb 26, 2010 How to Map Network Drive With Login Script Active
Map a network drive VBScript. Once you move into VBScript you can add a bit more functionality like looking up groups or Organizational Units and then map different drives for users that are members of the different groups. A good example of this is on thinkpond.net. The basic command is: WSHNetwork.MapNetworkDrive F: \\fileserver\share
Mar 07, 2017 Logon Scripts for mapping network drives - VBScript Method