September 23, 2007 at 10:59 am
Comments posted to this topic are about the item Extract more than 1000 active directory accounts
October 24, 2007 at 5:52 am
Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'?
Can this be ran on SQL server only?
October 24, 2007 at 5:59 am
try this....
August 25, 2009 at 9:15 am
Bridget Elise Nelson (10/24/2007)
Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'?Can this be ran on SQL server only?
'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld' is the way that you specify the Active Directory server, it is called a distinguished name.
http://msdn.microsoft.com/en-us/library/aa366101(VS.85).aspx
You can run it completely in SQL server if you use a script task in SSIS to execute the vbscript portion.
Joshua Perry
http://www.greenarrow.net
September 14, 2009 at 7:15 am
This would be great to run in a SSIS project. Could you elaborate a bit on how to make it work in SSIS? Do you just paste the code into a script task and change the server and authentication piece or do you need to setup the connections and past a piece of the code in a script task?
May 12, 2016 at 6:37 am
Thanks for the script.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply