vleunis Posted February 2, 2010 Posted February 2, 2010 Hi, I'v got a problem with my AutoIT script. I need to automate AD creation user. I start form the adfunctions.au3 sample and adapt it. (v3.3.2). There is not problems and no errors feed back but no users account is created on my AD. I need to inform that I'v got AD rigts! My AutoIT version is 3.3.2.0. Is somebody can help me? Regards. VincentTestUSer3.au3
Developers Jos Posted February 2, 2010 Developers Posted February 2, 2010 Replace: Call("CreateUser") With: CreateUser($userou, $user, $fname, $lname, $description ) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
water Posted February 3, 2010 Posted February 3, 2010 Hi vleunis, I've extended the adfunctions.au3 to a AutoIt UDF with help files, examples etc. Could you please try the AD UDF (download see my signature) and use _AD_CreateUser($sAD_OU, $sAD_User, $sAD_CN)? HTH water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
vleunis Posted February 3, 2010 Author Posted February 3, 2010 Many thanks to all. I start from your UDF and adapt it for me. It's working perfectly. Vince
water Posted February 3, 2010 Posted February 3, 2010 Glad to hear - another satisfied customer My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
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