0

I have a command that works, but the command line is missing the "Server Name". How does it know how to connect to AD data store? Here is my command:

c:\WINDOWS\system32\csvde -f "d:\ssis_packages\scripts\ActiveDirectory\Exchange_Export_Data.csv" -r "(&(objectClass=user)(objectCategory=person))" -l "sAMAccountName, employeeNumber, Name, mail"
WinFXGuy
  • 1,527
  • 7
  • 26
  • 47

1 Answers1

1

Your computer is part of the domain, so using the DNS it contact a Domain Controler.

JPBlanc
  • 70,406
  • 17
  • 130
  • 175