We use Kixtart and have several scripts that work fine. I have a group of 15 users all in an AD security group called cpheshared that require access to one particular mapped drive. I entered the following into my global login script to call the .kix file....

%LOGONSERVER%\NETLOGON\Kixtart\Kix32.exe %LOGONSERVER%\NETLOGON\Kixtart\mapcphedrive.KIX

In the Kixtart folder i have a file named mapcphedrive.KIX

It contains the following...

;=============================================
;Map Network Drives
;=============================================

If InGroup(“OXFORD\cpheshared”)
Use N: “\\centralx\public\cphe shared”
EndIf

When running the global login script it says the command completed succesfully but no drive appears.... I have also entered this with out the domain name OXFORD in front of the group name and still nothing.

Any ideas...