Strange behavior after using vbscript to map a drive based on group members - TechRepublic
Question
March 16, 2007 at 07:39 AM
cmatera

Strange behavior after using vbscript to map a drive based on group members

by cmatera . Updated 19 years, 3 months ago

ere in my office we’re using a group policy dropped onto our
container below our workstation critical update policy. This policy
calls a login script to map drives to logged in users based on group
membership. Here’s a snippet of that code:

If InStr(strGroup, lcase(Staff_Group)) Then
objNetwork.MapNetworkDrive “S:”,”\\umafinaid\General”

End if

The code goes on and maps other drives as well. The script works for
the most part however…I’m seeing some users who, when opening
windows
explorer/my computer see a

“Network Drive (S:)” instead of General on ‘Financial Aid Windows
Server’ (umafinaid) (S:).

Has anyone seen this problem and/or know a resolution?

Thanks for the help

Chris

This discussion is locked

All Comments