Could you try using a group in the default domain and use:
 Code:
If InGroup("Domain Users")
  ? "Yay!"
Else
  ? "Nay!"
EndIf