|
Logon Script Hi,
I am trying to get my organization's logon/logoff scripts working with
Vista. I have found one problem that I need some assistance with.
One of our logon scripts maps drives based on group membership. It works
fine in Vista if it is ran once a user is fully logged in but does not work
when ran via the logon script. I have tried the following things:
- Map the drive using WScript.Network.MapNetworkDrive.
- Map the drive using "net use".
- Making the script sleep for 30 seconds before mapping the drives.
Any ideas? |