01-19-2023 09:44 PM
Hi,
We have a requirement to create OU from Saviynt in AD. It seems this is not currently supported via the AD connector. It was however suggested that it can be done using Windows PS connector. I did not find any documentation that explains how to create OU using this connector. Please let me know if this can be done using Windows PS connector.
01-20-2023 10:27 AM - edited 01-20-2023 10:44 AM
Creation of OUs using AD connector is possible
Please refer below link
Below are the high level steps involved in this process
01-20-2023 11:30 AM
You can use REST connector for Win PS Script to be executed and use OU creation steps inside .ps1 script
How to run PS Script from REST https://saviynt.freshdesk.com/support/solutions/articles/43000521736-rest-connector-guide
01-25-2023 07:33 AM
Thanks @rushikeshvartak Do we need perform any additional steps?
01-25-2023 07:36 AM
All steps are documented. Let me know anything specific issue you are facing
01-25-2023 11:29 AM
I am getting connection timeout when trying to hit url from postman.
01-25-2023 12:35 PM
I would sggest you to get closer to your support & DevOps team to check if the hostname is resolved from backend, and make sure DNS resolver is happening.
01-27-2023 08:00 AM - edited 01-27-2023 08:01 AM
My question is more on establishing connectivity with AD. Right now, the Windows VM I am trying to Run the script on is throwing below error. The DC/AD is not on this VM and this is a standalone VM.
01-27-2023 08:09 AM
This is connectivity issue from VM to DC. Check with your IT/network team