Properties of Active Directory Scope

Hi, I got a project in which I need to filter outlook mails. First filter condition is, to check whether the sender is in the AD group or not. Initially I thought of invoking pythod code to get the object (boolean) but I later found that uipath has AD domain services activity package.
Can anyone please help me what are the things I need to enter in the properties of “active directory scope”. And please consider me as one who doesn’t know much about Active Directory.

I just need to check whether the emailID is in the particulat AD group or not.!

Thanks

Hi @Vishnu_Pradhaban
https://docs.uipath.com/activities/docs/active-directory-scope

Based on. Your configuration you can give properties in active directory scope activity

Hello @Vishnu_Pradhaban

Please check the below doc.
https://docs.uipath.com/activities/docs/active-directory-scope

You can use the username,password,server,connection type,port details

image

Thanks