Hi,
i have the problem to found out which memberships the user has, by using the following code:
we have several grounames like SYS_MIKE_xyz and want to check if the user is in one of these groups to map a share:


The following works:
if ingroup("SYTEM_MIKE_TEST1")
use Z: /delete /persistent
use Z: $Filsrv1 + "ShareX"
endif

The following works NOT by using the spaceholder (*):
if ingroup("SYTEM_MIKE_TEST*")
use Z: /delete /persistent
use Z: $Filsrv1 + "ShareX"
endif