Hi KiXtartians, I have a quick question for you.

I have recently finished setting up a windows 2000 domain and removed all the novell clients from all workstations. I've written a short KiX script. For some reason it works fine with windows XP but for Windows 2000 the mappings are not all there. Here is a snippet of the script:

IF INGROUP("GDPLCA-payroll") = 1
SHELL "net use S: \\vnsv20007\payroll /persistent:no"
ENDIF

IF INGROUP("Domain Users") = 1
SHELL "net use g: \\vnsv20007\server /persistent:no"
ENDIF

IF INGROUP("DPRLCA-accpac") = 1
SHELL "net use p: \\vnsv20007\accpac /persistent:no"
ENDIF

IF INGROUP("DPRLCA-FinanceShare") = 1
SHELL "net use f: \\vnsv20007\finance /persistent:no"
ENDIF

There ya have it. Does anyone have any ideas? thanks for putting up with my newbiness [Smile]

Thanks again,
Justin