I am deploying Vista64 and have a kix logon script. When a user logs on the script runs but does not map drives. What is wierd is that if you manually run the script after they logon it will map the drives.

USE X: "\\$SITEFS1\corp"
USE Y: "\\$SITEFS1\data"

I have displayed the error codes and it returns a 0 but no mapped drive.
seems to work fine on Vista32 and XP It also works most of the time logged on as a domain admin. I have tried version 4.6 and 4.53
Any suggestions? Anyone else come across this?

If i use a net use command in the script it will map correctly too
I would just prefer using the Kix command