Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Ex
Posting Yak Master
166 Posts |
Posted - 2005-09-01 : 20:21:03
|
| Hi all,Not sure if this is a feature of Sql Server or a database in general, but I was wondering if it is possible to access all usernames and passwords from the active directory. Trying to populate a table with users already on the system.If anyone can point me in the right direction I would appreciate it.------------------------------------------------------------------sp2 for IE is FIREFOX !! |
|
|
nathans
Aged Yak Warrior
938 Posts |
Posted - 2005-09-01 : 20:30:29
|
| I dont see how you could query AD directly, but you could use CSVDE to export a .csv of your AD users, then just import the .csv into SQL Server.Im not sure if you will able to export passwords though... Read more:[url]http://tinyurl.com/8borq[/url]Nathan Skerl |
 |
|
|
|
|
|