I am trying to figure the ADSI query to get the list of users added to the group Remote Desktop Users
in an AD domain.
I guess I need to set the appropriate filter to get the result.
I tried something like
(&(objectClass=Remote Desktop Users)(objectCategory=person)
but it doesn't work.
Thanks Sunil