Hi, Seen this script at and wondered if its possible to ammend it, to map to individual users directory. eg; We have a NAS device where all users have a directory \\NAS_SERVER\UserName.
I would like to do this with GPO if at all possible with one script for all users.
Do I ask too much???
___________________________________________________________
' VBScript.' Guy Thomas February 2004.
'
' Purpose of script to map a network drive to H:\
' ******************************
Dim objNet
Set objNet = CreateObject("Wscript.Network")
objNet.MapNetworkDrive "H:", "\\logonserver\home"
WSCript.Quit
' End of Guy's VBScript
________________________________________________________
Thanx
G
I would like to do this with GPO if at all possible with one script for all users.
Do I ask too much???
___________________________________________________________
' VBScript.' Guy Thomas February 2004.
'
' Purpose of script to map a network drive to H:\
' ******************************
Dim objNet
Set objNet = CreateObject("Wscript.Network")
objNet.MapNetworkDrive "H:", "\\logonserver\home"
WSCript.Quit
' End of Guy's VBScript
________________________________________________________
Thanx
G