| |
senukung
Posts: 6
Score: 0
Joined: 6/30/2005
From:
Status: offline
|
Hi There, First, I apologize if this is not the right forum to post. I am working on Desktop Deployment project and I want to get post-sysprep deployment script. After sysprep, the administrator account will autologon and tech will perform below steps: 1. Computer Configuration HTA page appears and tech will pick: - store brand choose from pull down menu ------ there are two store brands: AAA and BBB. - store 3 digits number (input manually by store tech) ------------ there is stores.txt file on network drive that contains the list of all stores number. - Workstation roles choose from pull down menu: LPTP ----- workstation digits range from K030 to K060 WKS1 ----- workstation digits range from W001 to W010 MEDI ----- workstation digits range from W011 to W020 REGS ----- only W060 When the tech click submit button: 1. Rename computer according to tech selection (store_brand)00(store_3_digits)(workstation role), for example AAA00123K030 2. Check AD if the computer name already exists. If name already exists, throw out error. For workstation roles type LPTP, WKS1, MEDI, the script will find the next available workstation digits. 3. Move workstation to appropriate OU. OU will be the same with workstation roles, i.e, domain\store_brand\computer\LPTP 4. Setup autologin account for the computer (autologin account and password encrypted file store on the network drive. Autologin account in format AAA-00123-LPTP (storebrand-00storedigit-workstationtype) After computer is restarted, the computer will be renamed, moved to OU and setup with autologin account. If the computer has local printer connected either via USB or paralel port, the script will add printer under the autologin account which is not admin nor power user account. I am willing to pay for this script. I have too many things to do in this project and my scripting skill is limited. Thanks.
|
|