Hello I am simply running a script and the only line of code is:
var OUs = ActiveDirectory.search('OrganizationalUnit', 'testOU');
This simple line is erroring out. I know the object is there because I can search the AD, I can also go in outside of VCO and do any operation that I need to. Has anyone seen this before or know why this is?