Create AD Groups Using "Create AD Object"

dondandrea
Tera Contributor

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,

5 REPLIES 5

SanjivMeher
Kilo Patron
Kilo Patron

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.

Josh64
Kilo Contributor

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.

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.

I didn't start this thread, so I don't believe I'm able to mark my comment as correct or close this thread.