I have been trying to run some simple group mappins. I have checked rights and the mapping will work for some groups but not others.

IF INGROUP ("LBO-ATL-GA")
RUN "net use f: /d /y"
RUN "net use f: \\ntfs1\lbo-atl-ga"
ENDIF