Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logon VBS script
Message
 
À
Tous
Information générale
Forum:
Windows
Catégorie:
Autre
Titre:
Logon VBS script
Divers
Thread ID:
01170766
Message ID:
01170766
Vues:
56
I have a group policy logon VBS script that should map 4 network drives:
....
strDriveLetter = "H:"
strRemotePath = "\\parfilvs01\share"
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath 
strDriveLetter = "J:"
strRemotePath = "\\parfilvs02\userdata\documents\" & objUser.sAMAccountName
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath 
strDriveLetter = "R:"
strRemotePath = "\\parfilvs01\share" 
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
strDriveLetter = "S:"
strRemotePath = "\\parfilvs02\root2" 
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath 
When I logged in all drives are mapped execpt the last one (S:) which is a DFS Network drive. There are no error messages from the script. When I try to map this drive manually in Windows Explorer I am receiving the following error message:

Insufficient system resources exists to complete the requested service.

Any ideas on how to map this drive ?

Thankyou,
Daniel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform