Trying to create an Active Directory User using Flow Designer via the IntegrationHub Microsoft AD Spoke.

Kyle Scharkopf
Tera Guru

I am new to using Flow designer and Orchestration.

I am trying to create an Active Directory User using Flow Designer via the IntegrationHub Microsoft AD Spoke. I believe that I have all the settings with the connections alias to my DC set up correctly as I am not getting any authentication errors. However, when I either run or test the flow -  The create user step just remains in a state of 'In progress'

find_real_file.png

I am able to successfully create AD accounts using Workflow editor.

Also I am trying to figure out - If I can get it to work - How goes the create user spoke know what OU to place the the user in?    Doing it in workflow editor I was doing it with a 'create AD object' activity that I was passing information to via a workflow scratchpad....     Doesn't seem to be really anything online about this topic at all - Hope someone can point me in the right path.  Thank you

 

1 ACCEPTED SOLUTION

Kyle Scharkopf
Tera Guru

Needed to submit a HI request to activate IntegrationHub subscription (com.glide.hub.integrations) for DEV and TEST instance (no cost for sub Prod instance)

Had to do the same for personal developer instance. There are additional issue that I am currently experiencing but I am past this point at least

View solution in original post

9 REPLIES 9

Hello Craig,

Would you be open to sharing the modifications you made to the backend PS script?

It would be greatly appreciated. 

Go to the midserver script files

Open ActionCreateNewUserAD.ps1

Make the following Changes

Thank you, this is extremely helpful. 🙂

OK, so this helped me too, but it's important to point out that there are a total of 3 spots that need to be updated.  The first two are the highlighted areas in your screenshots and the 3rd spot is in the else statement of the second screenshot - See red circle.  I had followed this advice to no avail.  But once I updated the else statement it started working as expected. 

find_real_file.png

 

Hopefully this helps others with the same issue!

hi Danny,

Thanks for the solution. I have updated the path as per your suggestion.

Still I am getting below error and flow state is showing as In progress. Could you please suggest where I am missing. Thanks in advance.

find_real_file.png