Here 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:","\umafinaidGeneral"
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Windows 2003" group.
To post to this group, send email to Windows2003 googlegroups.com
To unsubscribe from this group, send email to
Windows2003-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/Windows2003?hl=en
-~----------~----~----~----~------~----~------~--~---
|