Howard:

OK - I wasn't able to replicate this over here...

Here's my setup...

I have a master domain and resource domain. A ONE-WAY trust exists where resource domain trusts master.

I joined the the master\user account to a resource domain local group called TESTING...

I logged onto a workstation that is joined to the resource domain with the master\user account...

Here's the results...

code:

break on

$RS = INGROUP ( "RESOURCE\TESTING" ) ; TRUE
?"RS=$RS ERROR=@ERROR @SERROR"

$RS = INGROUP ( "\\RESPDC\TESTING" ) ; TRUE
?"RS=$RS ERROR=@ERROR @SERROR"

$RS = INGROUP ( "RESOURCE\OTHER" ) ; FALSE
?"RS=$RS ERROR=@ERROR @SERROR"

exit

c:\>kix32 test.kix

RS=2 ERROR=0 The operation completed successfully.
RS=2 ERROR=0 The operation completed successfully.
RS=0 ERROR=0 The operation completed successfully.


If I got this right - you're problem seems to be releated to something in particular instance.

Has anyone else been able to verify this ?

Shawn.

[This message has been edited by Shawn (edited 19 September 2000).]