
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 04:23 PM
I am trying to figure out how to successfully add users from one domain to another domain in Active Directory.
example:
Root Domain is the parent domain
- Domain A contains User A
- Domain B contains Group A
I am trying to add User A in Domain A to Group A in Domain B but I receive an error since integration hub/flow designer can only support multiple connections by adding the child domains to the parent domain in the AD connection alias. And because of that for some reason when trying to run power shell against one domain connection using a different domain connection it says it is not able to find the cross domain resource.
I tried to do it the way it shows in the link, but it didn’t work. The query was messed up and didn’t work properly. I might be doing something wrong. I am still new at power shell so any help is appreciated!
Solved! Go to Solution.
- Labels:
-
Integrations
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:32 PM
UPDATE** - Finally posted my article about this solution here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2022 04:50 PM
A trust would need to exist between the domains (A && B), the security group would need to be a Domain Local group to allow cross domain objects in it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:38 PM
I appreciate the input, however there was already a trust between the domains. The issue lies mostly on the ServiceNow MID server script files. Those scripts didn't really account for the multi domain structure when attempting to run PoweShell from the MID server via iHub flow.
I posted an article based on the solution that was able to work and resolve the errors we were receiving from iHub.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 03:22 AM
Hi Stephen
I couldn't see the link to the fix, sorry if I'm being dumb!
We are facing the same issue would be great to know how to fix it.
Thanks
Ben

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:33 PM
Sorry I finally was able to post the solution here:
I hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 02:01 AM
Thanks Stephen
Legendary!