k, this worked on my w2k system:
Code:

"listing local admin group accounts:" ?
$bk="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy"
$sk=enumkey($bk,$)
do
$count=0+readvalue($bk+"\"+$sk+"\GroupMembership","count")
if $count
for $2=1 to $count
if "S-1-5-32-544"=readvalue($bk+"\"+$sk+"\GroupMembership","Group"+$2)
$un=sidtoname($sk)
if len($un)
$un ?
endif
endif
next
endif
$=$+1
$sk=enumkey($bk,$)
until @error
get $

_________________________
!

download KiXnet