NTDOC,
I AM RUNING 2003 SERVER DOMAIN WITH ACTIVE DIRECTORY AND HAVE REPLICATION WORKING FINE B'COS MY DFS HAS BEING AND STILL DOING FINE AS WELL AS DC REPLICATIONS.ALL CLIENTS ARE XP WITH LESS THAN 10 RUNNING 2000.
THIS IS HOW I CALL THE SCRIPT:

i place the kix32.exe file, a logon.kix and a batch file logon.bat files all in the Sysvol folder in the WINDOWS\SYSVOL\sysvol\domain.com\scripts. Now in inside the logon.kix i have

IF Ingroup ("itdept")
use x: /DEL /PERSISTENT
use Y: /DEL /PERSISTENT
use x: "\\servername\surpacdata
use y: "\\servername\department
EndIf


Then within the batch file i have this:
kix32.exe logon.kix.

And in GPO under user configuration/windows settings/scripts/logon i have addeded the batch file logon.bat.

I DON'T KNOW WHAT IS HAPPENING TO THIS.