Create AD Groups Using "Create AD Object"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2017 04:38 AM
We are using the "Create AD Object" to created AD groups. I have been unable to populate the "ManagedBy" field. Has anyone tried this? How were you able to populate that field in AD?
Thank you,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2018 12:23 PM
Not sure if Create AD Object can do that. If it doesn't, I would create a custom powershell activity to do so.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2018 12:17 PM
I was able to get it working, the following worked for me in the Object data field for the Create AD Object activity:
{"groupType":"-2147483640", "managedBy": "CN=XXXXX,OU=XXXXX,DC=XXXXX,DC=XXXXX,DC=XXX"}
Obviously, replace the XXXXXs with the actual values of the distinguished name in question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2018 08:55 AM
You can mark your answer correct and close the thread
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2018 12:55 PM
I didn't start this thread, so I don't believe I'm able to mark my comment as correct or close this thread.