Hi,
I have multiple Active Directory connected to my orchestrator.
One of them was configured to be the default active directory.
When I search a computerAD with the following command:
ActiveDirectory.getComputerADRecursively(ComputerName)
It always search in the default Active Directory.
How can I search in all Active Directory which are connected to the Orchestrator?
Thanks!