ryanam Posted December 5, 2012 Posted December 5, 2012 Hi All, I've been studying VB for about 3 weeks now, having never done any kind of development before. My understanding is growing but obviously has a long way to go yet. I was recommended AutoIT by my manager actually. I need to look around it first and check FAQs for actual usage instructions! As IT support, it's my responsibility to image and configure Lenovo T500s/T410s with Windows 7. I will list the step which I believe could probably be automated. Please, if you find time, let me know if this stuff can be automated. We can go from there. - Rename client - Add client to domain - Give domain user local admin rights (When logged in as user) - Add specific bookmarks to Firefox (or Chrome... I'm easy on that) Any information regarding automating these steps would be great. There are about 25 of them but I'm just going through the ones I think are most likely to be automated. Any questions, please let me know Thanks in advance Ryan
GiulioM Posted December 5, 2012 Posted December 5, 2012 Uhmm, I think you should definitely begin working on simple (or at least easier) projects before doing this kind of things.
water Posted December 5, 2012 Posted December 5, 2012 (edited) Welcome to AutoIt and the forum! Everything Active Directory related can be done using my AD UDF (for download please see my signature). Edited December 5, 2012 by 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
DOTCOMmunications Posted December 5, 2012 Posted December 5, 2012 You could also look into using Windows Deployment Services either alone or in combination with the Microsoft Deployment Toolkit which would allow you to do virtually all of this automatically with maybe a few short autoit scripts to do anything that MDT doesn't have built in scripts for. We recycle old computers on a regular basis so get a wide variety of different machines that obviously first need their drivers adding to MDT but after we can setup a machine, PXE boot to our network and then just enter the product key and our domain login details and off the machine goes. There a couple of small AutoIT scripts in the actual task sequence that we use for storing the machine ID and moving reports etc but after those (which are the first step in windows) the rest of the build and deployment is automated including application installation, windows updates and domain configuration.
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