jayemm Posted September 19, 2009 Posted September 19, 2009 Hi, I am new to the forum and to AutoIT, so please forgive if this is in the wrong area, or if it has been answered before. I have a VB script that I wrote that connects to active directory and I want to move the functionality to AutoIT script. Firstly is AutoIT script able to connect/bind to AD? If so can someone point me in the right direction? I want to be clear, I do not want anyone to write the code for me and do not expect them to. My other question would be if AutoIT does not connect to AD is there a way to get an AutoIT script to call a VB script? many thanks in advance. JayEmm
dantay9 Posted September 19, 2009 Posted September 19, 2009 Make sure you search the forum before posting for help. Here are some Active Directory functions.As for running a program, you can use Run() or ShellExecute().
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now