Some suggestions...

If you really have to copy the shortcut and not create it...
 Code:
If InGroup ("AD GROUPNAME")
  ? "Copying Shortcut"
  COPY "Mapped Drive Letter:\Folderlevel1\Folderlevel2\shortcutname.lnk" "%Userprofile%\Desktop\Shortcutname.lnk"
  ? @serror
else
  ? "Not In Group"
endif


If you want to create a shortcut, see...
wshShortcut -
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=84115#Post84115

How to use UDFs -
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=81943#Post81943

The rest of the UDFs are here -
http://www.kixtart.org/forums/ubbthreads.php?ubb=postlist&Board=7&page=1
_________________________
(... better days ahead)