Reputation: 1599
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"
Upvotes: 0
Views: 199
Reputation: 72620
Your computer is part of the domain, so using the DNS it contact a Domain Controler.
Upvotes: 1