How to integrate Active Directory in Blueprism

jassi_123

Member
Hello Team,



I would like to update the description field for all the users in our firm. So I wanted to open AD via Blueprism and then make necessary changes one by one on each user account. So can someone please advise how can I use AD via RPA.



Regards,

(Jaspreet Singh)
 

sivagelli

Well-Known Member
hi Jaspreet,

There is no built-in action to update a property of AD. The built-in System - Active Directory VBO comes with Search & Add actions. I am using v5 and i do not know if there are additional actions rolled with the new versions.

I think, you have to built your own code for making necessary changes to the AD properties.

Refer code in below links: there could be other simple code examples out there, just try googling
https://stackoverflow.com/questions/46970884/c-sharp-active-directory-setting-user-properties
https://social.msdn.microsoft.com/F...for-active-directory-user?forum=csharpgeneral
 
Top