Active Directory Scope to get users in specific OU and specific properties

Hi Experts

Is is possible to retrieve all users from a specific OU in Active Directory with specific properties?

In an Active Directory Scope I can retrieve the objects by adding the Get Objects by LDAP Filter activity but then I need to do a For Each loop on all objects and then Get Object Properties which only can get one specific property or all. This is quite slow performance wise.

Any ideas on how to achieve this?