see the groupmembers() UDF and do (domain users)

or this...

code:
break on

$domain = GetObject("WinNT://@ldomain") ;Connect to domain
IF $domain
$domain.filter="User",""
for each $user in $domain
? $user.name
next
ENDIF

_________________________
How to ask questions the smart way <-----------> Before you ask