Local admin is easy:
 Code:
If InGroup(@WKSTA + "\Administrators")
  ? "True"
Else
  ? "False"
EndIf

Remote local admins is something else entirely