I have created a logical drive known as "M:\Marketing".
On the drive I have created two shares known as:

NW_Evnt_Dept
and
NW_Mktg_Dept

I am using kixscripsts to map to the drives from W9x client machines.

The two shares exist for two different departments.

The first share I created was NW_Mktg_Dept, and I mapped the drive as shown below:

If INGROUP (nw2_mktg_dept) Mapdrive ("M:","\\nw-data-store1\nw_mktg_dept) endif

I then created the second share and mapped the drive as follows:

If INGROUP (nw2_evnt_dept) Mapdrive ("H:","\\nw-data-store1\nw_evnt_dept) endif

When I assign users to this group the mapping does not work? Any ideas why?