<div dir="ltr">Hi, everyone.<div>Need help. </div><div>I want to import AD accounts in two different resources from two different OU using the same basepoint for importing AD groups.</div><div>I tried to use a query and a filter in the Import Task and it's almost good, but it lets me import only active accounts.</div><div><query><br>    <q:filter><br>        <q:substring><br>            <q:matching>stringIgnoreCase</q:matching><br>            <q:path>attributes/ou</q:path><br>            <q:value>OU=Users,OU=DO101,OU=Users ALL,DC=example,DC=com</q:value><br>            <q:anchorEnd>true</q:anchorEnd><br>        </q:substring><br>    </q:filter><br></query><br></div><div>How can I change this?</div></div>