- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 05:14 PM
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!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 10:16 AM
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 10:04 AM
Hello Patricklatella,
I have a doubt, do we need to set up mid server to accomplish this integration or automation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:01 AM
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