Here’s the snippet of code I’m using:
If InStr(strGroup, lcase(Staff_Group)) Then
objNetwork.MapNetworkDrive “H:”,”\\blah\General”
objShell.NameSpace(“H:”).Self.Name = “General”
Now when I login as someone in the Staff Group and I open windows explorer I for a share name I see “Network Drive (H:)” rather then “General (H:)” any ideas why?
Thanks for the help.
-Chris Matera