Create user in MS AD from Lotuscript agent

Can I create a user in Active Directory from a Lotusscript agent in Domino 6.x? Domino server and AD on the same machinem, Windows 2000.

Can I change the password for the user?

User is not in Domino Directory so it’s not a question about syncronization of directories

Subject: Yes

Search google.com for Visual Basic sample code on how to do this, its the same for Lotusscript, except that you have to instantiate the COM object to talk to AD via CreateObject() instead of early binding in VB.