how do I know the domain controller (URL) for an "Add user to AD Group" orchestration activity?

patricklatella
Mega Sage

Hi all,

I'm setting up an orchestration for adding users to AD Group using the "Add user to AD Group" activity in my workflow.  One of the fields is domain controller...how do I get the value for this?  Is it necessary to run a "Probe" activity?

thanks!

1 ACCEPTED SOLUTION

Yes, you can do that too. I add server url when user is imported so I have below in my Tranform Map script

// Set the source LDAP server into the target record
target.ldap_server = source.sys_import_set.data_source.ldap_target.server_url;

View solution in original post

6 REPLIES 6

Venkat799
Kilo Expert

Hello Patricklatella,

I have a doubt, do we need to set up mid server to accomplish this integration or automation. 

Hello Venkat, yes you need a mid server to user orchestration.  Check this page out for overview.  

https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/product/orchestration/reference/r-orchestration-introduction.html