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