Bulk Import into AD LDS Using cvsde command line utiltiy

Discovered how to bulk import users into AD LDS by using cvsde command line utiltiy.

Example:
cd C:\Windows\System32
csvde -i -f c:\importFile.csv -s ServerName -t PortNumber
...
This uses SSPI. More info can be found at: http://technet.microsoft.com/en-us/library/cc787549%28WS.10%29.aspx

Comments

Popular posts from this blog

Cross Apply and Outer Apply

SSRS Issues attaching Reports to Email subscriptions

TSQL Max and Over Clause