The best choice would typically be to install Orchestrator on a separate server from these three options. This separation helps in optimizing performance, resource allocation, and overall system management.
Regarding creating a runbook to add a new user along with an Active Directory group list, you can follow these general steps:
Create a new Runbook
- Define the inputs required for creating a new user (e.g., username, password, email address, etc.).
- Use activities in Orchestrator to add the user to the specified Active Directory group.
You can automate the process of adding a new user and including them in an Active Directory group efficiently. If you encounter any specific issues or need further guidance on creating the runbook, feel free to provide more details for tailored assistance.