Well, the GetAllDomainUsersWithProperties gives me a list of users, not domains. I have to tell it what domain I want the users from.
When I read the description I expect to be able to provide a user property to fetch, not a domain property. Both because the domain is already specified and all the users belonging to the same domain will have the same domain properties.
Logically if I wanted to check the domain for a property I would query the domain for that property and not involve a list of all the users.
Anyway, what I am trying to achieve is to query a domain for a list of users with admin permissions. Preferably without first getting a list of users and then querying each and every user.
Can that be done without individually querying each and every user?