/
Create Custom AD Import

Create Custom AD Import

If you don't like to import the whole Active Directory you are able to import specific OU by using a custom task.

Step-by-step guide

  1. Determine the OU Path
  2. Prepate the LDIFE command and replace value behind the Parameter "-d", the OU Path

    ldifde -f c:\windows\temp\adexport.ldf -d "OU=Regions,OU=CompanyX,DC=hs2n,DC=local" -r "(objectClass=computer)" -l "name,whenChanged,lastLogon,lastLogonTimestamp,operatingSystem,operatingSystemVersion,dNSHostName,operatingSystemServicePack,location,description"
  3. Create a new daily Export jobs, add an execute and and upload action