!TG
2005-06-03 14:35:08 UTC
I've setup batch files just as I have on an NT server running a
different domain and I've tried a vbs file but none seem to run at all.
I setup OUs and created users in them and setup a group policy in the OU
and applied it on the User settings and also tried computer settings
with no success. I also put the batch file on the profile page of the
user properties.
These are simple scripts to map drives. I can manually run the commands
on the machine.
The user is a normal user with no special permissions but does have
rights to the folder to which I am trying to map. I also added the user
to the administrators group with no luck.
The vbs script has the following in it:
If Not MapDrive("Q:", "\\server\data") Then
MsgBox "Unable to Map Q: to Data"
End If
Please, help, this is becoming very frustrating.
different domain and I've tried a vbs file but none seem to run at all.
I setup OUs and created users in them and setup a group policy in the OU
and applied it on the User settings and also tried computer settings
with no success. I also put the batch file on the profile page of the
user properties.
These are simple scripts to map drives. I can manually run the commands
on the machine.
The user is a normal user with no special permissions but does have
rights to the folder to which I am trying to map. I also added the user
to the administrators group with no luck.
The vbs script has the following in it:
If Not MapDrive("Q:", "\\server\data") Then
MsgBox "Unable to Map Q: to Data"
End If
Please, help, this is becoming very frustrating.