Unless you are experiencing problems with users mapping drives, I would take the advice Les provided.

A simple way to map drives per AD Global Group:
Code:
 if ingroup ("INFOSYSTEMS")	
use G: /d ; Deletes any existing mappings to G:
use G: "\\isserver\isg$"

use H: /d ; Deletes any existing mappings to H:
use H: @HOMESHR + \ + @USERID ; connect to user's home share

endif

_________________________
let the wise listen and add to their learning,
and let the discerning get guidance- Proverbs 1:5