Hi,
I'm using Orchestrator to get a user from a container.
But I don't know in which subcontainer (or sub-subcontainer) the user is in.
I have this line that returns the user when you are in the correct container:
var ad_user = System.getModule("com.vmware.library.microsoft.activeDirectory").getUserFromContainer(container,username) ;
But I want the code to search through all subcontainers as well.
Can anybody help me?
Kind regards,
Jonathan