One thing to consider is by using VB.NET you can take advantage of the System.DirectoryServices namespace and that will make some of your coding much easier - of course VB.NET will happily work with ADSI code as well. I've noticed some things that took a lot more code under ADSI can be accomplished with a few lines of code using System.DirectoryServices. Of course the trade-off there is you're re-writing some code and not just re-using it.
I've worked with .NET programming for the past year now with Active Directory . If you've got more specific questions, let me know. r/ Lou Vega ----- Original Message ----- From: "Mike Baudino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 12, 2003 9:34 AM Subject: [ActiveDir] a bit OT: vbscript to vb.net > > > > > All, > > How difficult is it to take vbscript code and convert it to compiled vb.net > code? We're discussing automating many functions and would prefer to use > compiled code in order to eliminate improper/unexpected modification to the > code. > > > Thanks, > Mike Baudino > > > > ******************* PLEASE NOTE ******************* > This E-Mail/telefax message and any documents accompanying this > transmission may contain privileged and/or confidential information and is > intended solely for the addressee(s) named above. If you are not the > intended addressee/recipient, you are hereby notified that any use of, > disclosure, copying, distribution, or reliance on the contents of this > E-Mail/telefax information is strictly prohibited and may result in legal > action against you. Please reply to the sender advising of the error in > transmission and immediately delete/destroy the message and any > accompanying documents. Thank you. > > List info : http://www.activedir.org/mail_list.htm > List FAQ : http://www.activedir.org/list_faq.htm > List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ > List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
